mirror of
https://github.com/librespeed/speedtest.git
synced 2026-08-04 06:39:45 +00:00
change from pr#671
This commit is contained in:
parent
6406d06a33
commit
a964e3c975
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
function I(i){return document.getElementById(i);}
|
||||
|
||||
//LIST OF TEST SERVERS. See documentation for details if needed
|
||||
<?php
|
||||
<?php
|
||||
$mode=getenv("MODE");
|
||||
if($mode=="standalone" || $mode=="dual"){ ?>
|
||||
var SPEEDTEST_SERVERS=[];
|
||||
|
|
@ -400,6 +400,7 @@ function initUI(){
|
|||
html,body,#loading{
|
||||
background:#202020;
|
||||
color:#F4F4F4;
|
||||
color-scheme:dark;
|
||||
}
|
||||
h1{
|
||||
color:#E0E0E0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue