summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-08-17 21:39:47 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-08-17 21:39:47 +0000
commit21865f7023287a45a14539c2119b2b20cd12b78e (patch)
tree1cbb7e44ec6f4ca405a87b6854b37298eac644ea /update.php
parent30a322e454f24fe9a9156ab7cb9f22d319c13d66 (diff)
downloadbrdo-21865f7023287a45a14539c2119b2b20cd12b78e.tar.gz
brdo-21865f7023287a45a14539c2119b2b20cd12b78e.tar.bz2
- Fix missing progressbar background after CSS split
- Keep all JS widget css together
Diffstat (limited to 'update.php')
-rw-r--r--update.php1
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>';