Skip to content

Commit

Permalink
fixed jQuery warning in WP5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
flegfleg committed Aug 23, 2020
1 parent ed78fc2 commit 4547684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/assets/js/datePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

// set German Localization @TODO
$.datepicker.setDefaults(
$.extend($.datepicker.regional['de'])
$.datepicker.regional["de"]
);

$( '.cb-datepicker' ).each(function( ) {
Expand Down

0 comments on commit 4547684

Please sign in to comment.