Cleaned up code.

This commit is contained in:
Alexander Kastius
2016-08-12 13:22:52 +02:00
parent 842a38c13a
commit fbb1cfb67b
6 changed files with 63 additions and 91 deletions

View File

@@ -54,7 +54,7 @@ CodeOceanEditorFlowr = {
this.hideSpinner();
$.flash.success({text: $('#askForCommentsButton').data('message-success')});
}).error(this.ajaxError);
}
};
this.createSubmission($('.requestCommentsButton'), null, createRequestForComments);