Skip to content

Commit

Permalink
change from pr#671
Browse files Browse the repository at this point in the history
  • Loading branch information
sstidl committed Oct 26, 2024
1 parent 6406d06 commit a964e3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/ui.php
Original file line number Diff line number Diff line change
Expand Up @@ -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=[];
Expand Down Expand Up @@ -400,6 +400,7 @@ function initUI(){
html,body,#loading{
background:#202020;
color:#F4F4F4;
color-scheme:dark;
}
h1{
color:#E0E0E0;
Expand Down

0 comments on commit a964e3c

Please sign in to comment.