Update index.js

This commit is contained in:
Aune 2023-01-30 14:15:30 +01:00 committed by GitHub
parent 63356d14e3
commit 1d672d1622
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);