Skip to content

Commit

Permalink
Update meta-boxes.js
Browse files Browse the repository at this point in the history
Fix timepicker
  • Loading branch information
roofdog committed May 18, 2020
1 parent 0884c3f commit b801609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/admin/meta-boxes.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ jQuery( function($){
});
}).trigger( 'wpcm-init-datepickers' );

$('.wpcm-time-picker').timepicker({
$('.wpcm-time-picker').jquery_timepicker({
timeFormat: 'H:i',
step: '15'
});
Expand Down

0 comments on commit b801609

Please sign in to comment.