Skip to content

Commit

Permalink
Change the jQuery version to 1.8 to 1.7. Problem with jQuery UI 1.8 a…
Browse files Browse the repository at this point in the history
…nd jQuery 1.8
  • Loading branch information
EmmanuelDemey committed Nov 28, 2012
1 parent a6990a1 commit 0be83f0
Show file tree
Hide file tree
Showing 3 changed files with 9,412 additions and 1 deletion.
Expand Up @@ -102,7 +102,7 @@ public static void contributeFactoryDefaults(MappedConfiguration<String, String>
configuration.add(JQuerySymbolConstants.TAPESTRY_JS_PATH, "classpath:org/got5/tapestry5/tapestry.js");

configuration.add(JQuerySymbolConstants.JQUERY_CORE_PATH, "classpath:org/got5/tapestry5/jquery/jquery_core/jquery-1.7.2.js");
configuration.add(JQuerySymbolConstants.JQUERY_VERSION, "1.8.2");
configuration.add(JQuerySymbolConstants.JQUERY_VERSION, "1.7.2");

configuration.add(JQuerySymbolConstants.JQUERY_UI_PATH, "classpath:org/got5/tapestry5/jquery/ui_1_8_19");
configuration.add(JQuerySymbolConstants.JQUERY_UI_DEFAULT_THEME, "classpath:org/got5/tapestry5/jquery/themes/ui-lightness/jquery-ui-1.8.19.custom.css");
Expand Down

0 comments on commit 0be83f0

Please sign in to comment.