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