mirror of
https://github.com/aunefyren/wrapperr
synced 2025-01-10 08:38:43 +00:00
String usage
This commit is contained in:
parent
b52cd49e48
commit
f3e6195739
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ function get_wrapper_version(link_mode, hash) {
|
||||||
|
|
||||||
var window_location_str = window.location.toString();
|
var window_location_str = window.location.toString();
|
||||||
|
|
||||||
if(window.location.includes("?")) {
|
if(window_location_str.includes("?")) {
|
||||||
url_array = window_location_str.split("?")
|
url_array = window_location_str.split("?")
|
||||||
var init_url = url_array[0]
|
var init_url = url_array[0]
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue