Dotclear


Ignore:
Timestamp:
12/02/14 10:05:46 (11 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Message:

Fix small issue with CKEditor : an entry could not be saved without prompt for leaving page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcCKEditor/_post_config.php

    r2816 r2828  
    5151 
    5252          var editor = CKEDITOR.instances[$.getEditorName()]; 
    53           if (editor.checkDirty()) { 
     53          if (!confirmClosePage.formSubmit && editor.checkDirty()) { 
    5454               e.returnValue = confirmClosePage.prompt; 
    5555               return confirmClosePage.prompt; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map