Upgrading to jQuery UI 1.8.4

This commit is contained in:
rjy7 2010-08-19 13:36:00 +00:00
parent 51123056d0
commit 028f4c038f
18 changed files with 3 additions and 3 deletions

View file

@ -37,7 +37,7 @@ services/additions/admin/axis/SOAPMonitorApplet.java
# JQuery from jquery.com # JQuery from jquery.com
webapp/web/js/jquery.js webapp/web/js/jquery.js
webapp/web/js/jquery-ui-1.8.4/* webapp/web/js/jquery-ui/*
webapp/web/js/jquery_plugins/* webapp/web/js/jquery_plugins/*
# From pajhome.org.uk # From pajhome.org.uk

View file

@ -62,7 +62,7 @@ public class UrlBuilder {
public enum Css { public enum Css {
CUSTOM_FORM("/edit/forms/css/customForm.css"), CUSTOM_FORM("/edit/forms/css/customForm.css"),
JQUERY_UI("/js/jquery-ui-1.8.4.custom/css/smoothness/jquery-ui-1.8.4.custom.css"); JQUERY_UI("/js/jquery-ui/css/smoothness/jquery-ui-1.8.4.custom.css");
private final String path; private final String path;
@ -82,7 +82,7 @@ public class UrlBuilder {
public enum JavaScript { public enum JavaScript {
CUSTOM_FORM_UTILS("/js/customFormUtils.js"), CUSTOM_FORM_UTILS("/js/customFormUtils.js"),
JQUERY("/js/jquery.js"), JQUERY("/js/jquery.js"),
JQUERY_UI("/js/jquery-ui-1.8.4.custom/js/jquery-ui-1.8.4.custom.min.js"), JQUERY_UI("/js/jquery-ui/js/jquery-ui-1.8.4.custom.min.js"),
UTILS("/js/utils.js"); UTILS("/js/utils.js");
private final String path; private final String path;