@@ -81,7 +81,7 @@
}
).then(() => {
clearInterval(self.timer);
- window.location.reload();
+ location.reload(true);
}).catch(() => {});