remove loading query
This commit is contained in:
parent
cfea80aa9a
commit
ac5e6904ad
@ -21,18 +21,11 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// load jQuery
|
init().then(function(){
|
||||||
|
return main();
|
||||||
appendScript('//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js');
|
}).catch(function(cause){
|
||||||
|
console.log("ERROR " + cause.stack);
|
||||||
// wait untill all scripts loaded
|
alert("Sorry something went wrong.\n\nPlease create an issue at " + global.issueTrackingUrl + "\n\n" + cause.stack);
|
||||||
appendScript('https://qoomon.github.io/void', function() {
|
|
||||||
init().then(function(){
|
|
||||||
return main();
|
|
||||||
}).catch(function(cause){
|
|
||||||
console.log("ERROR " + cause.stack);
|
|
||||||
alert("Sorry something went wrong.\n\nPlease create an issue at " + global.issueTrackingUrl + "\n\n" + cause.stack);
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
|
|
||||||
function main() {
|
function main() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user