mirror of
https://github.com/aunefyren/wrapperr
synced 2025-01-10 08:38:43 +00:00
Update index.js
This commit is contained in:
parent
63356d14e3
commit
1d672d1622
1 changed files with 5 additions and 0 deletions
|
@ -369,6 +369,11 @@ function get_wrapper_version(link_mode, hash) {
|
||||||
|
|
||||||
} else if(!result.error && link_mode) {
|
} else if(!result.error && link_mode) {
|
||||||
|
|
||||||
|
if(result.wrapperr_root != "") {
|
||||||
|
api_url = window.location.origin + "/" + result.wrapperr_root + "/api/";
|
||||||
|
console.log("URL: " + api_url)
|
||||||
|
}
|
||||||
|
|
||||||
console.log("Getting link page...");
|
console.log("Getting link page...");
|
||||||
wrapped_link_actions(hash);
|
wrapped_link_actions(hash);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue