diff options
author | Minteck <contact@minteck.org> | 2022-07-11 18:54:20 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-07-11 18:54:20 +0200 |
commit | f2824f51f8ed407a8633ba968d35d56ea6a36f49 (patch) | |
tree | db0c625ccd8ae4ada52f4e30956a9627270dec31 /assets/mobile-p1.js | |
parent | 5abe8cba55965f70e07e1163239bcc9d797c864a (diff) | |
download | bits-client-mane.tar.gz bits-client-mane.tar.bz2 bits-client-mane.zip |
Diffstat (limited to 'assets/mobile-p1.js')
-rw-r--r-- | assets/mobile-p1.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/mobile-p1.js b/assets/mobile-p1.js index 97156e3..3794299 100644 --- a/assets/mobile-p1.js +++ b/assets/mobile-p1.js @@ -1,3 +1,3 @@ if (!isNodeJS) { - document.getElementById("loader").style.backgroundColor = "#000000"; + document.getElementById("loader").style.backgroundColor = "#111"; }
\ No newline at end of file |