Changeset 4209 for trunk/wp-includes/js/autosave.js.php
- Timestamp:
- 09/22/2006 07:35:37 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/autosave.js.php
r4206 r4209 73 73 function autosave() { 74 74 var form = $('post'); 75 var rich = tinyMCE.getInstanceById('content') ? true : false;75 var rich = ((typeof tinyMCE != "undefined") && tinyMCE.getInstanceById('content')) ? true : false; 76 76 77 77 autosaveAjax = new sack();
Note: See TracChangeset
for help on using the changeset viewer.