Small front-end improvements + made screen clearing apply cursor color to cleared area

This commit is contained in:
2017-01-29 20:08:58 +01:00
parent 03179a0ff0
commit 0acf0bdd72
11 changed files with 46 additions and 87 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ $f = str_replace('%screenData%',
"screen": "70 t259"
}', $f);
$f = str_replace('window.location.host', '"192.168.0.15"', $f);
$f = str_replace('window.location.host', '"192.168.0.18"', $f);
echo $f;