Refactored frontend.

Moved output to editor tab.
Added collapse function to sidebar.
This commit is contained in:
Alexander Kastius
2016-09-01 10:49:55 +02:00
parent aec7c593d8
commit dca26cf237
8 changed files with 159 additions and 48 deletions

View File

@ -115,7 +115,8 @@ CodeOceanEditorSubmissions = {
stderr: message
}, true, 0);
this.sendError(message, response.id);
this.showTab(1);
this.showTab(0);
this.showOutputBar();
};
}
});