Skip to content

Commit 7cb4a3f

Browse files
committed
class Name Change
1 parent 00f53bd commit 7cb4a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery-ui-timepicker-addon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@
10551055
},
10561056
spinner: {
10571057
create: function(tp_inst, obj, unit, val, min, max, step){
1058-
$('<input class="ui-timepicker-input" value="'+val+'" maxlength="2" style="width:50%">')
1058+
$('<input class="ui-timepicker-spinner" value="'+val+'" maxlength="2">')
10591059
.appendTo(obj)
10601060
.spinner({
10611061
numberFormat: "d2",

0 commit comments

Comments
 (0)