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 5c75554 commit 2137d7aCopy full SHA for 2137d7a
1 file changed
src/index.html
@@ -136,7 +136,7 @@
136
function _resetCacheIfNeeded() {
137
window.cacheClearError;
138
const cacheKey = "browserCacheVersionKey";
139
- const newCacheVersion = "V6"; // just increment this number to V2, v3 etc. to force clear the cached content.
+ const newCacheVersion = "V7"; // just increment this number to V2, v3 etc. to force clear the cached content.
140
const lastClearedVersion = window.localStorage.getItem(cacheKey);
141
if(lastClearedVersion === null){
142
// setup First load flag, no cache, return.
0 commit comments