diff --git a/view/frontend/web/js/provider.js b/view/frontend/web/js/provider.js index c0a7d98..18ba3f3 100755 --- a/view/frontend/web/js/provider.js +++ b/view/frontend/web/js/provider.js @@ -70,7 +70,9 @@ define( }, openPopup: function () { - window.open(config.url, config.label, this.getPopupParams()); + var date = new Date(), + currentTime = date.getTime(); + window.open(config.url + '?' + currentTime, config.label, this.getPopupParams()); }, getPopupParams: function (w, h, l, t) {