Added tooltip to request-comments button.

Added locale for all new texts.
This commit is contained in:
Alexander Kastius
2016-09-01 16:27:40 +02:00
parent 0ca1cbaa14
commit e42330cf1b
7 changed files with 28 additions and 41 deletions

View File

@@ -59,8 +59,8 @@ CodeOceanEditorFlowr = {
this.createSubmission($('.requestCommentsButton'), null, createRequestForComments.bind(this));
$('#comment-modal').modal('hide');
var button = $('.requestCommentsButton');
button.fadeOut();
var button = $('#requestComments');
button.prop('disabled', true);
},
//tODO move codepilot out of here.