mirror of
https://github.com/aunefyren/wrapperr
synced 2024-11-10 13:44:12 +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();
|
||||
|
||||
if(window.location.includes("?")) {
|
||||
if(window_location_str.includes("?")) {
|
||||
url_array = window_location_str.split("?")
|
||||
var init_url = url_array[0]
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue