Skip to content

Commit 5b27927

Browse files
committed
fix: typo in code
1 parent 4b7816b commit 5b27927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/assets/js/loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
let capturedLink = new URL(destination),
5959
timestamp = Date.now();
6060
capturedLink.search = capturedLink.search
61-
? capturecLink.search + '&cache=' + timestamp
61+
? capturedLink.search + '&cache=' + timestamp
6262
: '?cache=' + timestamp;
6363
history.pushState({}, '', capturedLink);
6464
}

0 commit comments

Comments
 (0)