Skip to content

Commit 3a19dca

Browse files
committed
Don't use whole jquery/ui when widget is needed only
1 parent 50d421d commit 3a19dca

File tree

1 file changed

+1
-1
lines changed
  • app/design/adminhtml/Magento/backend/web/js

1 file changed

+1
-1
lines changed

app/design/adminhtml/Magento/backend/web/js/theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ define('globalNavigation', [
313313
define('globalSearch', [
314314
'jquery',
315315
'Magento_Ui/js/lib/key-codes',
316-
'jquery/ui'
316+
'jquery-ui-modules/widget'
317317
], function ($, keyCodes) {
318318
'use strict';
319319

0 commit comments

Comments
 (0)