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 2f41e35 commit c2c60ccCopy full SHA for c2c60cc
homepage/homepage.js
@@ -129,7 +129,7 @@ document.querySelectorAll('.btn.install').forEach(button => {
129
130
if (localStorage.getItem('installed')) {
131
132
- if ((new URL('https://codeit.codes/?p').search) !== '?p') {
+ if ((new URL(window.location.href).search) !== '?p') {
133
134
window.location.href = window.location.origin + '/full';
135
0 commit comments