Forgot a )

This commit is contained in:
Aune 2023-01-30 13:51:19 +01:00 committed by GitHub
parent 90789c3c02
commit 566c7626ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -381,7 +381,7 @@ function get_wrapper_version(link_mode, hash) {
var url_current = window.location.toString();
if(window.location.includes("?") {
if(window.location.includes("?")) {
url_array = window.location.split("?")
init_url = url_array[0]
} else {