File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11/*
22* jQuery timepicker addon
33* By: Trent Richardson [http://trentrichardson.com]
4- * Version 0.9.5-dev
5- * Last Modified: 05/12 /2011
4+ * Version 0.9.5
5+ * Last Modified: 05/25 /2011
66*
77* Copyright 2011 Trent Richardson
88* Dual licensed under the MIT and GPL licenses.
1313* .ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
1414* .ui-timepicker-div dl{ text-align: left; }
1515* .ui-timepicker-div dl dt{ height: 25px; }
16- * .ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
16+ * .ui-timepicker-div dl dd{ margin: -25px 10px 10px 65px; }
1717* .ui-timepicker-div td { font-size: 90%; }
1818*/
1919
2020( function ( $ ) {
2121
22- $ . extend ( $ . ui , { timepicker : { version : "0.9.4 " } } ) ;
22+ $ . extend ( $ . ui , { timepicker : { version : "0.9.5 " } } ) ;
2323
2424/* Time picker manager.
2525 Use the singleton instance of this class, $.timepicker, to interact with the time picker.
@@ -980,6 +980,6 @@ function extendRemove(target, props) {
980980}
981981
982982$ . timepicker = new Timepicker ( ) ; // singleton instance
983- $ . timepicker . version = "0.9.4 " ;
983+ $ . timepicker . version = "0.9.5 " ;
984984
985985} ) ( jQuery ) ;
You can’t perform that action at this time.
0 commit comments