diff --git modules/dashboard/dashboard.module modules/dashboard/dashboard.module
index 1917c87..dfdcb84 100644
--- modules/dashboard/dashboard.module
+++ modules/dashboard/dashboard.module
@@ -289,7 +289,10 @@ function dashboard_admin($launch_customize = FALSE) {
         drupal_get_path('module', 'dashboard') . '/dashboard.js',
         array('data' => $js_settings, 'type' => 'setting'),
       ),
-      'library' => array(array('system', 'ui.sortable')),
+      'library' => array(
+        array('system', 'ui.sortable'),
+        array('contextual', 'contextual-links'),
+      ),
     ),
   );
   return $build;
