Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
drfho committed Oct 1, 2024
1 parent 286767a commit b2f1b4d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2391,7 +2391,6 @@ ZMI.prototype.set_form_modified = function(context,initialValue) {
if ( $(context).attr('id')!=undefined && $(context).attr('id').indexOf('editor_')==0 ) {
nowValue = CKEDITOR.instances[$(context).attr('id')].getData();
};
debugger;
const $body = $('body.zmi');
const $btn_save = $('.controls.save button[value="BTN_SAVE"]',$(context).closest('form'));
const $form = $(context).parents('form');
Expand Down

0 comments on commit b2f1b4d

Please sign in to comment.