some more code cleanup and UI optimizations
This commit is contained in:
@@ -156,6 +156,7 @@ CodeOceanEditorSubmissions = {
|
||||
if ($('#test').is(':visible')) {
|
||||
this.createSubmission('#test', null, function(response) {
|
||||
this.showSpinner($('#test'));
|
||||
$('#score_div').addClass('hidden');
|
||||
var url = response.test_url.replace(this.FILENAME_URL_PLACEHOLDER, this.active_file.filename);
|
||||
this.initializeSocketForTesting(url);
|
||||
}.bind(this));
|
||||
|
Reference in New Issue
Block a user