Fix comment policy

This commit is contained in:
Maximilian Grundke
2016-04-26 17:42:53 +02:00
parent 4b5cd5a22a
commit 57b773698b
3 changed files with 9 additions and 3 deletions

View File

@@ -143,7 +143,7 @@ do not put a carriage return in the line below. it will be present in the presen
commentModal.find('#removeAllButton').on('click', function(e){
var file_id = $(editor.container).data('file-id');
deleteComment(file_id,row, editor);
deleteComment(file_id, row, editor);
commentModal.modal('hide');
});