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