From 209356b8ade1920b50d1d3a1a5e121c6623d167b Mon Sep 17 00:00:00 2001 From: Minteck Date: Fri, 11 Nov 2022 23:47:49 +0100 Subject: Update --- app/bits/static/mobile-p1.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 app/bits/static/mobile-p1.js (limited to 'app/bits/static/mobile-p1.js') diff --git a/app/bits/static/mobile-p1.js b/app/bits/static/mobile-p1.js new file mode 100755 index 0000000..3794299 --- /dev/null +++ b/app/bits/static/mobile-p1.js @@ -0,0 +1,3 @@ +if (!isNodeJS) { + document.getElementById("loader").style.backgroundColor = "#111"; +} \ No newline at end of file -- cgit