From 093a65b3c367eb88f2ace149e6155f32fc6c662e Mon Sep 17 00:00:00 2001 From: talkabout <> Date: Thu, 11 Feb 2016 21:53:21 +0000 Subject: [PATCH] 95_Dashboard: fixed js error caused by changes in fhemweb git-svn-id: https://svn.fhem.de/fhem/trunk@10797 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 2 ++ fhem/www/pgm2/dashboard.js | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index 0974deda5..4c60f2c34 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,7 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - bugfix: 95_Dashboard: fixed javascript error because of changes + in fhemweb - feature: 49_SSCAM: feature for retrieval snapfilename added - bugfix: 57_Calendar: weekly recurring events on several weekdays, missing description diff --git a/fhem/www/pgm2/dashboard.js b/fhem/www/pgm2/dashboard.js index 4b5b86b12..c3d334df8 100644 --- a/fhem/www/pgm2/dashboard.js +++ b/fhem/www/pgm2/dashboard.js @@ -673,7 +673,6 @@ function dashboard_buildDashboard(){ } $(document).ready( function () { - svg_init(); var dbattr = document.getElementById("dashboard_attr"); if (dbattr) { $("body").attr("longpollfilter", ".*") //need for longpoll