Changeset 2828:49b3d90f9cd9 for plugins/dcCKEditor
- Timestamp:
- 12/02/14 10:05:46 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/_post_config.php
r2816 r2828 51 51 52 52 var editor = CKEDITOR.instances[$.getEditorName()]; 53 if ( editor.checkDirty()) {53 if (!confirmClosePage.formSubmit && editor.checkDirty()) { 54 54 e.returnValue = confirmClosePage.prompt; 55 55 return confirmClosePage.prompt;
Note: See TracChangeset
for help on using the changeset viewer.