Changeset 4102 for trunk/wp-includes/js/autosave.js.php
- Timestamp:
- 08/16/2006 06:56:35 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/js/autosave.js.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/autosave.js.php
r4101 r4102 15 15 16 16 function autosave_start_timer() { 17 var form = $('post'); 18 if ( typeof tinyMCE != "undefined" || tinyMCE.configs.length > 0 ) 19 tinyMCE.wpTriggerSave(); 20 autosaveLast = form.post_title.value+form.content.value; 17 21 setTimeout("autosave_timer()", <?php echo apply_filters('autosave_start_delay', '60000') ?>); 18 22 }
Note: See TracChangeset
for help on using the changeset viewer.