From eca7589cb5e5680ceb8a9336ba017f6cb4ed62eb Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Sun, 27 Jan 2019 21:34:23 +0100 Subject: [PATCH] Fix firmware summary --- addon/www/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/addon/www/index.html b/addon/www/index.html index a606ca2..9710efa 100644 --- a/addon/www/index.html +++ b/addon/www/index.html @@ -285,9 +285,9 @@ along with this program. If not, see . current_firmware = fw.version; if (current_firmware.length <= 8) { //ccu3 and not raspberrymatic because of short version string - $('#firmware_header').hide(); - $('#firmware_summary').hide(); - $('#firmware_list').hide(); + $('#firmware-header').hide(); + $('#firmware-summary').hide(); + $('#firmware-list').hide(); } } var color = 'yellow'; @@ -1027,15 +1027,15 @@ along with this program. If not, see . -

+

-
+
-
+