Changeset 5636

Show
Ignore:
Timestamp:
06/02/07 01:01:57 (1 year ago)
Author:
rob1n
Message:

Don't queue Prototype or Interface, just jQuery.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/index.php

    r5580 r5636  
    1414} 
    1515add_action( 'admin_head', 'index_js' ); 
    16 wp_enqueue_script('prototype'); 
    17 wp_enqueue_script('interface'); 
     16 
     17wp_enqueue_script( 'jquery' ); 
    1818 
    1919$title = __('Dashboard');