summaryrefslogtreecommitdiffstats
path: root/wp-admin/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/index.php')
-rw-r--r--wp-admin/index.php1
1 files changed, 1 insertions, 0 deletions
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';