added close button for requestForCommand-modal

This commit is contained in:
Thomas Hille
2017-04-03 17:33:52 +02:00
parent 392dd77b4a
commit cff46f963d
4 changed files with 10 additions and 3 deletions

View File

@@ -328,6 +328,9 @@ configureEditors: function () {
});
$('#askForCommentsButton').on('click', this.requestComments.bind(this));
$('#closeAskForCommentsButton').on('click', function(){
$('#comment-modal').modal('hide');
});
setTimeout(function () {
button.prop('disabled', false);