From 132f53ddaeb250222a4ac85ebc0bf4dd780db60e Mon Sep 17 00:00:00 2001 From: donncha Date: Fri, 23 Feb 2007 15:47:59 +0000 Subject: WP Merge to 4929 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@899 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-admin/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'wp-admin/index.php') diff --git a/wp-admin/index.php b/wp-admin/index.php index 53c4ddf..0988ed7 100644 --- a/wp-admin/index.php +++ b/wp-admin/index.php @@ -15,6 +15,7 @@ function dashboard_init() { } add_action( 'admin_head', 'index_js' ); wp_enqueue_script('prototype'); +wp_enqueue_script('interface'); $title = __('Dashboard'); $parent_file = 'index.php'; -- cgit