summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.install')
-rw-r--r--modules/system/system.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index c82d7a77f..82ef6edc4 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -24,10 +24,10 @@ function system_requirements($phase) {
drupal_add_js("
$(document).ready(function() {
- $('.system-jquery').ancestors('.warning').addClass('info').removeClass('warning')
- var version = $().jquery
- $('.system-jquery').html(version.substring(1,version.length-1))
- });
+ $('.system-jquery').ancestors('.warning').addClass('info').removeClass('warning')
+ var version = $().jquery
+ $('.system-jquery').html(version.substring(1,version.length-1))
+ });
", 'inline');
$requirements['jquery'] = array(