mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Another autosave typo.
git-svn-id: https://develop.svn.wordpress.org/trunk@4441 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a3869af95f
commit
4022da0113
@ -6,7 +6,7 @@ var autosavePeriodical;
|
||||
function autosave_start_timer() {
|
||||
var form = $('post');
|
||||
autosaveLast = form.post_title.value+form.content.value;
|
||||
autosavePerodical = new PeriodicalExecuter(autosave, <?php echo apply_filters('autosave_interval', '60'); ?>);
|
||||
autosavePeriodical = new PeriodicalExecuter(autosave, <?php echo apply_filters('autosave_interval', '60'); ?>);
|
||||
}
|
||||
addLoadEvent(autosave_start_timer)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user