Author: johnnyoffline
Date: 2010-02-11 20:38:56 +0100 (Thu, 11 Feb 2010)
New Revision: 27920

Modified:
   plugins/sfJqueryReloadedPlugin/1.2/trunk/config/settings.yml
Log:
Not quite ready for jQuery 1.4.1 - It seems to break a number of heavily used 
jQuery plugins.


Modified: plugins/sfJqueryReloadedPlugin/1.2/trunk/config/settings.yml
===================================================================
--- plugins/sfJqueryReloadedPlugin/1.2/trunk/config/settings.yml        
2010-02-11 19:30:06 UTC (rev 27919)
+++ plugins/sfJqueryReloadedPlugin/1.2/trunk/config/settings.yml        
2010-02-11 19:38:56 UTC (rev 27920)
@@ -15,7 +15,8 @@
 
     # [email protected]: this is a filename WITHIN jquery_web_dir/js. 
     # Some users might have other builds of jquery.
-    jquery_core: jquery-1.4.1.min.js
+    jquery_core: jquery-1.3.2.min.js
+    # jquery_core: jquery-1.4.1.min.js # Unfortunately it seems like a lot of 
things that depend on jQuery are not quite right in 1.4.1 so we are going to 
hold off on enable it in the plugin right now.
 
     # [email protected]: This is within jquery_web_dir/js/plugins. 
     # Since a full build of jquery UI is quite large, this is a minimized build

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to