remove some more tab code not used any longer.
This commit is contained in:
@ -275,7 +275,6 @@ var CodeOceanEditor = {
|
||||
initializeEventHandlers: function () {
|
||||
$(document).on('click', '#results a', this.showOutput.bind(this));
|
||||
$(document).on('keypress', this.handleKeyPress.bind(this));
|
||||
$('a[data-toggle="tab"]').on('show.bs.tab', this.storeTab.bind(this));
|
||||
this.initializeFileTreeButtons();
|
||||
this.initializeWorkflowButtons();
|
||||
this.initializeWorkspaceButtons();
|
||||
@ -482,10 +481,6 @@ var CodeOceanEditor = {
|
||||
}
|
||||
},
|
||||
|
||||
storeTab: function (event) {
|
||||
localStorage.tab = $(event.target).parent().index();
|
||||
},
|
||||
|
||||
resetOutputTab: function () {
|
||||
this.clearOutput();
|
||||
$('#hint').fadeOut();
|
||||
|
Reference in New Issue
Block a user