[Rt-commit] rt branch, 4.0/datetimepicker-ui, updated. rt-4.0.2-118-g5ffc08c
Thomas Sibley
trs at bestpractical.com
Thu Jun 28 17:11:45 EDT 2012
The branch, 4.0/datetimepicker-ui has been updated
via 5ffc08ce7b575a3be82a260f57d7031b0486958f (commit)
from b550503edbc50261655d467999124c383a7f5c0e (commit)
Summary of changes:
share/html/NoAuth/js/util.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 5ffc08ce7b575a3be82a260f57d7031b0486958f
Author: Thomas Sibley <trs at bestpractical.com>
Date: Thu Jun 28 14:09:15 2012 -0700
Remove a trailing comma that causes IE 7 to choke
diff --git a/share/html/NoAuth/js/util.js b/share/html/NoAuth/js/util.js
index cec511c..ccc7cc5 100644
--- a/share/html/NoAuth/js/util.js
+++ b/share/html/NoAuth/js/util.js
@@ -239,7 +239,7 @@ jQuery(function() {
hourGrid: 6,
minuteGrid: 15,
showSecond: false,
- timeFormat: 'hh:mm:ss',
+ timeFormat: 'hh:mm:ss'
}) ).each(function(index, el) {
var tp = jQuery.datepicker._get( jQuery.datepicker._getInst(el), 'timepicker');
if (!tp) return;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list