We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f73347 commit 4958ccdCopy full SHA for 4958ccd
app/code/Magento/Customer/view/frontend/web/js/customer-data.js
@@ -198,8 +198,7 @@ define([
198
* Customer data initialization
199
*/
200
init: function () {
201
- var countryData,
202
- privateContentVersion = 'private_content_version',
+ var privateContentVersion = 'private_content_version',
203
privateContent = $.cookieStorage.get(privateContentVersion),
204
localPrivateContent = $.localStorage.get(privateContentVersion),
205
needVersion = 'need_version',
0 commit comments