Index: trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
===================================================================
--- trunk/deployment/webadmin/webapp/resources/default/default/default.xsl (revision 3584)
+++ trunk/deployment/webadmin/webapp/resources/default/default/default.xsl (revision 3585)
@@ -372,15 +372,5 @@
// registration open dates
- $("#xBwRegistrationOpensDate").datepicker({
-
-
-
- defaultDate: new Date(, , )
-
-
- defaultDate: new Date(, , )
-
-
- }).attr("readonly", "readonly");
+ $("#xBwRegistrationOpensDate").datepicker().attr("readonly", "readonly");
$("#xBwRegistrationOpensDate").val('');
@@ -399,15 +389,5 @@
// registration close dates
- $("#xBwRegistrationClosesDate").datepicker({
-
-
-
- defaultDate: new Date(, , )
-
-
- defaultDate: new Date(, , )
-
-
- }).attr("readonly", "readonly");
+ $("#xBwRegistrationClosesDate").datepicker().attr("readonly", "readonly");
$("#xBwRegistrationClosesDate").val('');