Update webloader.js

This commit is contained in:
Namhyeon Go 2020-11-05 12:07:19 +09:00
parent 484d6cc500
commit 31aa0afcf0

View File

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