Skip to content

Commit 7fe96b3

Browse files
Add bootstrap icon-time icon
1 parent 033696b commit 7fe96b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jquery-ui-timepicker-addon.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -941,6 +941,9 @@
941941
});
942942
}
943943

944+
var container = $(this);
945+
$("<span class=\"add-on\" onclick=\"jQuery('#"+ this[0].id +"').focus()\"><i class=\"icon-time\"></i></span>").insertAfter(container);
946+
944947
return $(this).each(function() {
945948
$.fn.datetimepicker.apply($(this), tmp_args);
946949
});

0 commit comments

Comments
 (0)