String usage

This commit is contained in:
Aune 2023-01-30 14:04:58 +01:00 committed by GitHub
parent b52cd49e48
commit f3e6195739
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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