mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-07 20:40:26 +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) {
|
function initEditComments(parent) {
|
||||||
$(parent).on('click', '[data-action=edit-comment]', function() {
|
$(parent).on('click', '[data-action=edit-comment]', function() {
|
||||||
console.log("edit");
|
|
||||||
var $this = $(this);
|
var $this = $(this);
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: $this.attr('data-url'),
|
url: $this.attr('data-url'),
|
||||||
|
|
Loading…
Add table
Reference in a new issue