diff --git a/view/frontend/web/js/gdpr.js b/view/frontend/web/js/gdpr.js index bedbec9..a11dc29 100644 --- a/view/frontend/web/js/gdpr.js +++ b/view/frontend/web/js/gdpr.js @@ -6,7 +6,7 @@ */ define([ 'jquery', - 'jquery/jquery.cookie', + 'mage/cookies', 'Magento_Ui/js/modal/modal' ], function($, cookie, modal){ "use strict"; @@ -56,4 +56,4 @@ define([ event.preventDefault(); $('.magepow-gdpr-cookie-notice').addClass('disable'); }); -}); \ No newline at end of file +});