why did i add a href there

This commit is contained in:
Boof 2023-08-23 14:31:02 +02:00 committed by GitHub
parent 9c006ce778
commit a041f97dab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,5 +5,5 @@ var c = url.searchParams.get("url");
// Check that there is something there otherwhise it will get stuck in a loop
if(c) {
window.location.href = (c)
window.location = (c)
}