diff --git a/webloader.js b/webloader.js index a64dbe4..ad7f3ef 100644 --- a/webloader.js +++ b/webloader.js @@ -113,15 +113,15 @@ exports.main = function(args) { // hide loading image document.getElementById("loading").style.display = "none"; + + // show API server URL + console.info(CONFIG.readConfig("/Config/ApiUrl").first().text); } }, function(el) { return window.jQuery.toast; }); }); - // config test - console.info(CONFIG.readConfig("/Config/ApiUrl").first().text); - // hook drag event document.body.ondragstart = function() { return false;