|
@@ -9,7 +9,7 @@
|
|
|
function I(i){return document.getElementById(i);}
|
|
function I(i){return document.getElementById(i);}
|
|
|
|
|
|
|
|
//LIST OF TEST SERVERS. See documentation for details if needed
|
|
//LIST OF TEST SERVERS. See documentation for details if needed
|
|
|
-<?php
|
|
|
|
|
|
|
+<?php
|
|
|
$mode=getenv("MODE");
|
|
$mode=getenv("MODE");
|
|
|
if($mode=="standalone" || $mode=="dual"){ ?>
|
|
if($mode=="standalone" || $mode=="dual"){ ?>
|
|
|
var SPEEDTEST_SERVERS=[];
|
|
var SPEEDTEST_SERVERS=[];
|
|
@@ -400,6 +400,7 @@ function initUI(){
|
|
|
html,body,#loading{
|
|
html,body,#loading{
|
|
|
background:#202020;
|
|
background:#202020;
|
|
|
color:#F4F4F4;
|
|
color:#F4F4F4;
|
|
|
|
|
+ color-scheme:dark;
|
|
|
}
|
|
}
|
|
|
h1{
|
|
h1{
|
|
|
color:#E0E0E0;
|
|
color:#E0E0E0;
|