Make WordPress Core


Ignore:
Timestamp:
01/04/2008 08:46:33 AM (17 years ago)
Author:
ryan
Message:

Port autosave to jquery. Props rmccue. see #3824

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r6544 r6546  
    3737        $this->add( 'prototype', '/wp-includes/js/prototype.js', false, '1.6');
    3838
    39         $this->add( 'autosave', '/wp-includes/js/autosave.js', array('prototype', 'sack'), '20070306');
     39        $this->add( 'autosave', '/wp-includes/js/autosave.js', array('jquery', 'schedule'), '20080104');
    4040        $this->localize( 'autosave', 'autosaveL10n', array(
    4141            'autosaveInterval' => apply_filters('autosave_interval', '120'),
     
    8181        $this->add( 'dimensions', '/wp-includes/js/jquery/jquery.dimensions.min.js', array('jquery'), '1.1.2');
    8282        $this->add( 'suggest', '/wp-includes/js/jquery/suggest.js', array('dimensions'), '1.1');
     83        $this->add( 'schedule', '/wp-includes/js/jquery/jquery.schedule.js', array('jquery'), '20');
    8384
    8485        if ( is_admin() ) {
Note: See TracChangeset for help on using the changeset viewer.