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 c3052fb commit 10e558fCopy full SHA for 10e558f
1 file changed
src/index.html
@@ -136,7 +136,7 @@
136
function _resetCacheIfNeeded() {
137
window.cacheClearError;
138
const cacheKey = "browserCacheVersionKey";
139
- const newCacheVersion = "V5"; // just increment this number to V2, v3 etc. to force clear the cached content.
+ const newCacheVersion = "V6"; // 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