Skip to content

Commit

Permalink
Compatible Magento 2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
magiccart authored Sep 7, 2022
1 parent ecb10e9 commit ee0c362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions view/frontend/web/js/gdpr.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
define([
'jquery',
'jquery/jquery.cookie',
'mage/cookies',
'Magento_Ui/js/modal/modal'
], function($, cookie, modal){
"use strict";
Expand Down Expand Up @@ -56,4 +56,4 @@ define([
event.preventDefault();
$('.magepow-gdpr-cookie-notice').addClass('disable');
});
});
});

0 comments on commit ee0c362

Please sign in to comment.