Ticket #15069: autosave-patch.patch
File autosave-patch.patch, 681 bytes (added by , 14 years ago) |
---|
-
wp-includes/js/autosave.dev.js
197 197 autosave = function() { 198 198 // (bool) is rich editor enabled and active 199 199 blockSave = true; 200 var rich = (typeof tinyMCE != "undefined") && tinyMCE. activeEditor && !tinyMCE.activeEditor.isHidden(), post_data, doAutoSave, ed, origStatus, successCallback;200 var rich = (typeof tinyMCE != "undefined") && tinyMCE.get('content') && !tinyMCE.get('content').isHidden(), post_data, doAutoSave, ed, origStatus, successCallback; 201 201 202 202 autosave_disable_buttons(); 203 203