2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-12 16:46:35 +00:00

95_Dashboard: fixed javascript bug causing tabs not to load

git-svn-id: https://svn.fhem.de/fhem/trunk@9994 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
talkabout 2015-11-24 18:49:59 +00:00
parent 38232b3843
commit 28ff65ee29
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# 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 bug causing tabs not to load
- feature: 36_DavisVantage.zip (author: "habeIchVergessen")
Receive Davis Vantage Weather Stations with JeeLink
and the KeyValueProtocol module

View File

@ -319,7 +319,7 @@ function dashboard_get_params() {
function dashboard_setlock(iTabIndex){
if(is_dashboard_flexible()) {
$( "#dashboard_tab" + iTabIndex + " .dashboard_column" ).draggable( "destroy");
$( "#dashboard_tab" + iTabIndex + " .dashboard_widget" ).draggable( "destroy");
}
else {
$( "#dashboard_tab" + iTabIndex + " .dashboard_column" ).sortable( "destroy");