diff --git modules/update/update.manager.inc modules/update/update.manager.inc
index f7b6974..1e884f0 100644
--- modules/update/update.manager.inc
+++ modules/update/update.manager.inc
@@ -66,11 +66,6 @@ function update_manager_update_form($form, $form_state = array(), $context) {
     return $form;
   }
 
-  drupal_add_css('misc/ui/ui.all.css');
-  drupal_add_css('misc/ui/ui.dialog.css');
-  drupal_add_js('misc/ui/ui.core.js', array('weight' => JS_LIBRARY + 5));
-  drupal_add_js('misc/ui/ui.dialog.js', array('weight' => JS_LIBRARY + 6));
-  $form['#attached']['js'][] = drupal_get_path('module', 'update') . '/update.manager.js';
   $form['#attached']['css'][] = drupal_get_path('module', 'update') . '/update.css';
 
   // This will be a nested array. The first key is the kind of project, which
