Don't queue Prototype or Interface, just jQuery.

git-svn-id: http://svn.automattic.com/wordpress/trunk@5636 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rob1n 2007-06-02 01:01:57 +00:00
parent 73e7d2ff2e
commit 9828d17066
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ function index_js() {
<?php
}
add_action( 'admin_head', 'index_js' );
wp_enqueue_script('prototype');
wp_enqueue_script('interface');
wp_enqueue_script( 'jquery' );
$title = __('Dashboard');
$parent_file = 'index.php';