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 4b7816b commit 5b27927Copy full SHA for 5b27927
views/assets/js/loader.js
@@ -58,7 +58,7 @@
58
let capturedLink = new URL(destination),
59
timestamp = Date.now();
60
capturedLink.search = capturedLink.search
61
- ? capturecLink.search + '&cache=' + timestamp
+ ? capturedLink.search + '&cache=' + timestamp
62
: '?cache=' + timestamp;
63
history.pushState({}, '', capturedLink);
64
}
0 commit comments