forgot to change to the new url

This commit is contained in:
Boof 2023-08-23 14:24:47 +02:00 committed by GitHub
parent 2c2e7482d6
commit a313bfb8eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
const currentUrl = window.location.href
var url = new URL(url_string);
var url = new URL(currentUrl);
var c = url.searchParams.get("url");
window.location.href = (c)