Merge pull request #220 from mlorb/ml_sci_462

fix multiplication of edit comment fields [SCI-462]
This commit is contained in:
mlorb 2016-10-20 15:14:31 +02:00 committed by GitHub
commit fa4f3fb0a0

View file

@ -256,7 +256,7 @@ var Comments = (function() {
}
function initEditComments(parent) {
$(parent).on('click', '[data-action=edit-comment]', function() {
$(parent).unbind('click').on('click', '[data-action=edit-comment]', function() {
var $this = $(this);
$.ajax({