Skip to content

Commit

Permalink
Merge pull request #22 from ClubPress/dev
Browse files Browse the repository at this point in the history
v2.1.11
  • Loading branch information
Leon Terry committed May 18, 2020
2 parents 0b62ec2 + 6790288 commit 1deabb3
Show file tree
Hide file tree
Showing 7 changed files with 3,919 additions and 13 deletions.
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
2 changes: 1 addition & 1 deletion assets/js/admin/meta-boxes.min.js

Large diffs are not rendered by default.

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
2 changes: 1 addition & 1 deletion assets/js/admin/settings.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1deabb3

Please sign in to comment.