minor cosmetic updates

This commit is contained in:
Paul
2019-08-16 22:23:48 +02:00
parent 479c69436f
commit b6c8fa8331
6 changed files with 29 additions and 17 deletions

View File

@@ -994,5 +994,9 @@ function refreshEMS() {
websock.send("{\"command\":\"custom_status\"}");
}
function refreshStatus() {
websock.send("{\"command\":\"status\"}");
}
document.addEventListener("touchstart", handleTouchStart, false);
document.addEventListener("touchmove", handleTouchMove, false);