From 0762f6007378a79d53951baf79cf8a5fac7a7489 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 10 Nov 2008 05:23:01 +0000 Subject: #315798 by Rob Loach, mfer, Grugnog2, and sun: Add weighting to drupal_add_js(). --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.php') diff --git a/install.php b/install.php index caa5feb3e..3b6dd1848 100644 --- a/install.php +++ b/install.php @@ -726,7 +726,7 @@ function install_tasks($profile, $task) { // Add JavaScript validation. _user_password_dynamic_validation(); - drupal_add_js(drupal_get_path('module', 'system') . '/system.js', 'module'); + drupal_add_js(drupal_get_path('module', 'system') . '/system.js'); // We add these strings as settings because JavaScript translation does not // work on install time. drupal_add_js(array('copyFieldValue' => array('edit-site-mail' => array('edit-account-mail')), 'cleanURL' => array('success' => st('Your server has been successfully tested to support this feature.'), 'failure' => st('Your system configuration does not currently support this feature. The handbook page on Clean URLs has additional troubleshooting information.'), 'testing' => st('Testing clean URLs...'))), 'setting'); -- cgit v1.2.3