mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-12 22:56:34 +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:
parent
38232b3843
commit
28ff65ee29
@ -1,5 +1,6 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# 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.
|
# 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")
|
- feature: 36_DavisVantage.zip (author: "habeIchVergessen")
|
||||||
Receive Davis Vantage Weather Stations with JeeLink
|
Receive Davis Vantage Weather Stations with JeeLink
|
||||||
and the KeyValueProtocol module
|
and the KeyValueProtocol module
|
||||||
|
@ -319,7 +319,7 @@ function dashboard_get_params() {
|
|||||||
|
|
||||||
function dashboard_setlock(iTabIndex){
|
function dashboard_setlock(iTabIndex){
|
||||||
if(is_dashboard_flexible()) {
|
if(is_dashboard_flexible()) {
|
||||||
$( "#dashboard_tab" + iTabIndex + " .dashboard_column" ).draggable( "destroy");
|
$( "#dashboard_tab" + iTabIndex + " .dashboard_widget" ).draggable( "destroy");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$( "#dashboard_tab" + iTabIndex + " .dashboard_column" ).sortable( "destroy");
|
$( "#dashboard_tab" + iTabIndex + " .dashboard_column" ).sortable( "destroy");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user