mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-09 05:06:04 +00:00
Update webloader.js
This commit is contained in:
parent
484d6cc500
commit
31aa0afcf0
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user