summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-04-26 00:59:24 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-04-26 00:59:24 +0000
commitcf9f223cf5aa9a489db3520992ce7b85dcbfa220 (patch)
treec0bf7eb1c41873bbd5a70a61033174bac81341a4 /install.php
parentfde09054f6dbc9a2fadff96ec03a69f31fddfaf2 (diff)
downloadbrdo-cf9f223cf5aa9a489db3520992ce7b85dcbfa220.tar.gz
brdo-cf9f223cf5aa9a489db3520992ce7b85dcbfa220.tar.bz2
#444352 by kkaefer: Remove the 4.7-era JS killswitch.
Diffstat (limited to 'install.php')
-rw-r--r--install.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/install.php b/install.php
index 5b4e3f865..87ac52bc5 100644
--- a/install.php
+++ b/install.php
@@ -728,13 +728,7 @@ function install_tasks($profile, $task) {
// 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'))), 'setting');
- drupal_add_js('
-// Global Killswitch
-if (Drupal.jsEnabled) {
- jQuery(document).ready(function() {
- Drupal.cleanURLsInstallCheck();
- });
-}', 'inline');
+ drupal_add_js('jQuery(function() { Drupal.cleanURLsInstallCheck(); });', 'inline');
// Build menu to allow clean URL check.
menu_rebuild();