mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 10:06:53 +08:00
Merge pull request #220 from mlorb/ml_sci_462
fix multiplication of edit comment fields [SCI-462]
This commit is contained in:
commit
fa4f3fb0a0
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue