Skip to content

Commit 31f37d0

Browse files
committed
MC-19245: jQuery cookie shim missing
1 parent 5c44261 commit 31f37d0

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

app/code/Magento/Theme/view/base/requirejs-config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,13 @@ var config = {
1919
'jquery/hover-intent': ['jquery'],
2020
'mage/adminhtml/backup': ['prototype'],
2121
'mage/captcha': ['prototype'],
22-
'mage/common': ['jquery'],
2322
'mage/new-gallery': ['jquery'],
2423
'mage/webapi': ['jquery'],
2524
'jquery/ui': ['jquery'],
2625
'MutationObserver': ['es6-collections'],
27-
'moment': {
28-
'exports': 'moment'
29-
},
3026
'matchMedia': {
3127
'exports': 'mediaCheck'
3228
},
33-
'jquery/jquery-storageapi': {
34-
'deps': ['jquery/jquery.cookie']
35-
}
3629
},
3730
'paths': {
3831
'jquery/validate': 'jquery/jquery.validate',

lib/web/jquery/jquery.storageapi.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)