From a2df9a69dcc14cb70118cda2ded499055e7ee358 Mon Sep 17 00:00:00 2001 From: Minteck Date: Sun, 21 Aug 2022 17:31:56 +0200 Subject: m. update --- app/bits/assets/mobile-p1.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 app/bits/assets/mobile-p1.js (limited to 'app/bits/assets/mobile-p1.js') diff --git a/app/bits/assets/mobile-p1.js b/app/bits/assets/mobile-p1.js new file mode 100755 index 0000000..3794299 --- /dev/null +++ b/app/bits/assets/mobile-p1.js @@ -0,0 +1,3 @@ +if (!isNodeJS) { + document.getElementById("loader").style.backgroundColor = "#111"; +} \ No newline at end of file -- cgit