From a6a4073b808b6af1b6e60f7a82666a1ccfd405c2 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 29 Sep 2010 16:06:11 +0000 Subject: #925100 by mfer: Fix definition of preprocess on jQuery library. --- modules/system/system.module | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 32e6e3859..73b7c67a7 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -1069,9 +1069,8 @@ function system_library() { 'website' => 'http://jquery.com', 'version' => '1.4.2', 'js' => array( - 'misc/jquery.js' => array('weight' => JS_LIBRARY - 20), + 'misc/jquery.js' => array('weight' => JS_LIBRARY - 20, 'preprocess' => TRUE), ), - 'preprocess' => TRUE, ); // jQuery Once. @@ -1080,9 +1079,8 @@ function system_library() { 'website' => 'http://plugins.jquery.com/project/once', 'version' => '1.2', 'js' => array( - 'misc/jquery.once.js' => array('weight' => JS_LIBRARY - 19), + 'misc/jquery.once.js' => array('weight' => JS_LIBRARY - 19, 'preprocess' => TRUE), ), - 'preprocess' => TRUE, ); // jQuery Form Plugin. -- cgit v1.2.3