mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 15:04:58 +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
|
||||
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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user