2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-06 06:08:44 +00:00

95_Dashboard: fixed problem with smallscreen styles that caused devices

to be shown in wrong tabs

git-svn-id: https://svn.fhem.de/fhem/trunk@9024 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
talkabout 2015-08-06 19:48:28 +00:00
parent 0231143800
commit 24919102c3
2 changed files with 5 additions and 0 deletions

View File

@ -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 problem with smallscreen styles that caused devices
to be shown in wrong tabs
- bugfix: 34_NUT: versucht bei disabled=1 nicht mehr, eine Verbindung aufzubauen
- change: 57_CALVIEW: - replace unwanted backslash before a comma sign
- bugfix: 95_Dashboard: fixed sorting for grouped devices

View File

@ -367,6 +367,9 @@ sub Dashboard_CGI($)
FW_pO $ret;
# empty room to make sure no room actions are taken by the framework
$FW_room = '';
return 0;
}