Skip to content

Commit

Permalink
MAGETWO-59209: [Backport] - [Github] Minicart item count is not updat…
Browse files Browse the repository at this point in the history
…ed if switch from https to http #6487 - for 2.1
  • Loading branch information
Sergey Shvets committed Oct 6, 2016
1 parent 90045f0 commit 9d1495b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/code/Magento/Theme/view/frontend/web/js/view/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ define([
customerData.set('messages', {});
}

$.cookieStorage.setConf({
path: '/',
expires: -1
}).set('mage-messages', null);
$.cookieStorage.set('mage-messages', '');
}
});
});

0 comments on commit 9d1495b

Please sign in to comment.