editor: remove debug output
This commit is contained in:
parent
72fcf0feb1
commit
4a3bebac36
1 changed files with 0 additions and 1 deletions
|
@ -532,7 +532,6 @@ editor = {
|
||||||
editor.sidebar_get(href);
|
editor.sidebar_get(href);
|
||||||
},
|
},
|
||||||
_sidebar_submit_btn_click: function() {
|
_sidebar_submit_btn_click: function() {
|
||||||
console.log($(this))
|
|
||||||
// listener for submit-button-clicks in the sidebar, so the submit event will know which button submitted.
|
// listener for submit-button-clicks in the sidebar, so the submit event will know which button submitted.
|
||||||
$(this).closest('form').data('btn', $(this)).clearQueue().delay(300).queue(function() {
|
$(this).closest('form').data('btn', $(this)).clearQueue().delay(300).queue(function() {
|
||||||
$(this).data('btn', null);
|
$(this).data('btn', null);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue