mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-13 17:26:34 +00:00
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
This commit is contained in:
parent
47b8cf8270
commit
093a65b3c3
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user