From 53a161267b942db7495aacd0b0602e74c5c6c5f8 Mon Sep 17 00:00:00 2001 From: Mhykol Date: Sun, 16 Jun 2024 23:18:55 -0400 Subject: Stop tracking loading.js --- assets/js/loading.js | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 assets/js/loading.js (limited to 'assets') diff --git a/assets/js/loading.js b/assets/js/loading.js deleted file mode 100644 index 8fff0f3..0000000 --- a/assets/js/loading.js +++ /dev/null @@ -1,16 +0,0 @@ -class Loading { - constructor() { - this.object = { - loadingScreen: document.getElementById('loading') - } - } - - Stop() { - this.object.loadingScreen.style.opacity = 0; - this.object.loadingScreen.style.zIndex = -9999; - } - Start() { - this.object.loadingScreen.style.opacity = 1; - this.object.loadingScreen.style.zIndex = 9999; - } -} -- cgit v1.2.3-70-g09d2