diff options
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php index bd31efdc0..67d1af596 100644 --- a/install.php +++ b/install.php @@ -731,7 +731,7 @@ function install_tasks($profile, $task) { drupal_add_js(' // Global Killswitch if (Drupal.jsEnabled) { - $(document).ready(function() { + jQuery(document).ready(function() { Drupal.cleanURLsInstallCheck(); }); }', 'inline'); |