summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-08-31 23:31:25 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-08-31 23:31:25 +0000
commit7fd9aa5c8af5c2f20921c7096ad07f72da7bf7f8 (patch)
treefe0b9b598b2df1ce6735668a8d41623eaaaff0e2 /update.php
parent291c7b8bb1a0ad6166f88d79c183973683adf183 (diff)
downloadbrdo-7fd9aa5c8af5c2f20921c7096ad07f72da7bf7f8.tar.gz
brdo-7fd9aa5c8af5c2f20921c7096ad07f72da7bf7f8.tar.bz2
#69786: jQuery JavaScript Library in Drupal core
Diffstat (limited to 'update.php')
-rw-r--r--update.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/update.php b/update.php
index 2e9390d08..d43c7845a 100644
--- a/update.php
+++ b/update.php
@@ -322,7 +322,7 @@ function update_selection_page() {
drupal_set_title('Drupal database update');
// Prevent browser from using cached drupal.js or update.js
- drupal_add_js('misc/update.js', TRUE);
+ drupal_add_js('misc/update.js', 'core', 'header', FALSE, TRUE);
$output .= drupal_get_form('update_script_selection_form');
return $output;
@@ -403,8 +403,8 @@ function update_update_page() {
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_js('misc/progress.js', 'core', 'header', FALSE, TRUE);
+ drupal_add_js('misc/update.js', 'core', 'header', FALSE, TRUE);
drupal_set_title('Updating');
$output = '<div id="progress"></div>';