Typo
git-svn-id: http://svn.automattic.com/wordpress/trunk@4439 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
439538aa5b
commit
4771a89e34
|
@ -6,7 +6,7 @@ var autosavePeriodical;
|
|||
function autosave_start_timer() {
|
||||
var form = $('post');
|
||||
autosaveLast = form.post_title.value+form.content.value;
|
||||
autosavePerodical = new PeriodicalExecutor(autosave, <?php echo apply_filters('autosave_interval', '60000'); ?>);
|
||||
autosavePerodical = new PeriodicalExecuter(autosave, <?php echo apply_filters('autosave_interval', '60000'); ?>);
|
||||
}
|
||||
addLoadEvent(autosave_start_timer)
|
||||
|
||||
|
|
Loading…
Reference in New Issue