Skip to content

Commit

Permalink
Update settings.js
Browse files Browse the repository at this point in the history
Fix timepicker
  • Loading branch information
roofdog committed May 18, 2020
1 parent 6fd7562 commit cf686f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/admin/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jQuery(window).load(function(){
return false;
});

jQuery('.wpcm-default-time-picker').timepicker({
jQuery('.wpcm-default-time-picker').jquery_timepicker({
timeFormat: 'H:i',
step: '15',
scrollDefault: '15:00'
Expand Down

0 comments on commit cf686f8

Please sign in to comment.