Skip to content

Commit

Permalink
Merge pull request #30 from scandipwa/adminhtml-datepicker-fix
Browse files Browse the repository at this point in the history
Fixed adminhtml datepicker show method patch
  • Loading branch information
carinadues authored Jun 29, 2022
2 parents fe8e06c + 3a93737 commit ffa5044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/adminhtml/web/js/datepicker.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//This script fixes incorrect positioning in modal datepickers.
//This file should be removed after magento fixes the datepickers.

require(['jquery'], ($) => {
require(['jquery', 'jquery/ui'], ($) => {
$(window).on('load', () => {
const show = $.datepicker._showDatepicker;
if (show) {
Expand Down

0 comments on commit ffa5044

Please sign in to comment.