Addition of tooltip behavior.
[utils] / wicket / components / src / main / java / org / wamblee / wicket / jquery / JQueryHeaderContributor.java
index 202b7a5e92ac5094d657b082d29fda55bf1a1ea0..216b08248976debef4692d58dba5090b1f1b50a2 100644 (file)
@@ -31,8 +31,8 @@ import org.apache.wicket.markup.html.JavascriptPackageResource;
  */
 public class JQueryHeaderContributor extends HeaderContributor {
 
-    static final String JQUERY_DEPLOYMENT = "jquery-1.4.2.min.js";
-    static final String JQUERY_DEVELOPMENT = "jquery-1.4.2.js";
+    static final String JQUERY_DEPLOYMENT = "jquery-1.5.min.js";
+    static final String JQUERY_DEVELOPMENT = "jquery-1.5.js";
     static final String JQUERY_NOCONFLICT = "jquery-noconflict.js";
 
     private static HeaderContributor JQUERY_CONTRIBUTOR;