diff options
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/update.php b/update.php index 873841038..039e882ac 100644 --- a/update.php +++ b/update.php @@ -402,7 +402,6 @@ function update_progress_page() { // Prevent browser from using cached drupal.js or update.js drupal_add_js('misc/progress.js', TRUE); drupal_add_js('misc/update.js', TRUE); - drupal_add_css(drupal_get_path('module', 'system') .'/admin.css', 'core'); drupal_set_title('Updating'); $output = '<div id="progress"></div>'; |