Add files from before the Git repository
This commit is contained in:
9
plugins/splash.js
Normal file
9
plugins/splash.js
Normal file
@ -0,0 +1,9 @@
|
||||
global.core.on("post-init", function () {
|
||||
|
||||
});
|
||||
|
||||
var loadingScreen = global.document.createElement("div");
|
||||
loadingScreen.classList.add("fullscreen overlay");
|
||||
loadingScreen.id = "loading-screen";
|
||||
|
||||
global.document.body.appendChild(loadingScreen);
|
Reference in New Issue
Block a user