move progress into sidebar
This commit is contained in:
@@ -105,6 +105,7 @@ CodeOceanEditorEvaluation = {
|
||||
this.runmode = this.SERVER_SEND_EVENT;
|
||||
this.createSubmission('#assess', null, function (response) {
|
||||
this.showSpinner($('#assess'));
|
||||
$('#score_div').removeClass('hidden');
|
||||
var url = response.score_url;
|
||||
this.initializeSocketForScoring(url);
|
||||
}.bind(this));
|
||||
|
Reference in New Issue
Block a user