mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-01 17:34:59 +08:00
cleaned console.log
This commit is contained in:
parent
2235778110
commit
402a77526a
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ var Comments = (function() {
|
|||
|
||||
function initEditComments(parent) {
|
||||
$(parent).on('click', '[data-action=edit-comment]', function() {
|
||||
console.log("edit");
|
||||
|
||||
var $this = $(this);
|
||||
$.ajax({
|
||||
url: $this.attr('data-url'),
|
||||
|
|
Loading…
Add table
Reference in a new issue