diff --git a/fhem/CHANGED b/fhem/CHANGED index 002e37598..113c73b79 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,9 @@ # 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: the fhem root url is not hardcoded any more + but read from the $FW_ME variable. + Fixed a problem that causes drag&drop being still activated + when the dashboard was locked. (resize/move) - bugfix: 14_SD_WS07 - corrected syntax error and raised loglevels - bugfix: 55_GDS.pm - correct wrong cumulation in alerts (1st try) - feature: new module 10_DUOFERNSTICK and 30_DUOFERN added diff --git a/fhem/FHEM/95_Dashboard.pm b/fhem/FHEM/95_Dashboard.pm index 6b3b3b357..9ad3ed1ce 100644 --- a/fhem/FHEM/95_Dashboard.pm +++ b/fhem/FHEM/95_Dashboard.pm @@ -477,6 +477,9 @@ sub Dashboard_SummaryFN($$$$) ################################ ################################ + + ############################ Set FHEM url to avoid hardcoding it in javascript ############################ + $ret .= ""; $ret .= "
\n"; $ret .= "
\n"; @@ -509,7 +512,7 @@ sub Dashboard_SummaryFN($$$$) $ret .= "\n"; $ret .= "
\n"; $ret .= "
\n"; - + ########################### Dashboard Tab-Liste ############################################## $ret .= "