Author: johnnyoffline
Date: 2010-03-29 22:58:58 +0200 (Mon, 29 Mar 2010)
New Revision: 28875
Modified:
plugins/sfJqueryReloadedPlugin/1.2/trunk/config/settings.yml
plugins/sfJqueryReloadedPlugin/1.2/trunk/lib/helper/jQueryHelper.php
Log:
minor inconsistency
Modified: plugins/sfJqueryReloadedPlugin/1.2/trunk/config/settings.yml
===================================================================
--- plugins/sfJqueryReloadedPlugin/1.2/trunk/config/settings.yml
2010-03-29 19:23:56 UTC (rev 28874)
+++ plugins/sfJqueryReloadedPlugin/1.2/trunk/config/settings.yml
2010-03-29 20:58:58 UTC (rev 28875)
@@ -16,7 +16,7 @@
# [email protected]: this is a filename WITHIN jquery_web_dir/js.
# Some users might have other builds of jquery.
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.
+ # jquery_core: jquery-1.4.2.min.js # Unfortunately it seems like a lot of
things that depend on jQuery are not quite right 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
Modified: plugins/sfJqueryReloadedPlugin/1.2/trunk/lib/helper/jQueryHelper.php
===================================================================
--- plugins/sfJqueryReloadedPlugin/1.2/trunk/lib/helper/jQueryHelper.php
2010-03-29 19:23:56 UTC (rev 28874)
+++ plugins/sfJqueryReloadedPlugin/1.2/trunk/lib/helper/jQueryHelper.php
2010-03-29 20:58:58 UTC (rev 28875)
@@ -15,7 +15,7 @@
if (!$jq_path = sfConfig::get('sf_jquery_path'))
{
$jq_path = sfConfig::get('sf_jquery_web_dir', '/sfJqueryReloadedPlugin') .
- '/js/' . sfConfig::get('sf_jquery_core', 'jquery-1.4.1.min.js');
+ '/js/' . sfConfig::get('sf_jquery_core', 'jquery-1.4.2.min.js');
}
sfContext::getInstance()->getResponse()->addJavascript($jq_path, 'first');
--
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.