diff --git a/app/data/cfg.json b/app/data/cfg.json index 47e3829..423de9f 100644 --- a/app/data/cfg.json +++ b/app/data/cfg.json @@ -1,5 +1,5 @@ { - "version": "1.7.11", + "version": "1.7.12", "ext_port": 1111, "profiles": { "mcopy": { diff --git a/app/display.html b/app/display.html index 8446d80..9171bac 100644 --- a/app/display.html +++ b/app/display.html @@ -13,6 +13,10 @@ body.meter { background: rgb(117, 117, 117); } + body.meter #img, + body.meter #can { + display : none; + } #img { position: absolute; /*background-image: url(".../img/background.jpg");*/ @@ -46,16 +50,15 @@