mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-13 17:26:34 +00:00
Fix small Bug
git-svn-id: https://svn.fhem.de/fhem/trunk@5113 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
cb6489cb91
commit
1d0b54bc55
@ -227,6 +227,8 @@ function dashboard_modifyWidget(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
$(document).ready( function () {
|
$(document).ready( function () {
|
||||||
|
var dbattr = document.getElementById("dashboard_attr");
|
||||||
|
if (dbattr) {
|
||||||
//--------------------------------- Attribute des Dashboards ------------------------------------------------------------------
|
//--------------------------------- Attribute des Dashboards ------------------------------------------------------------------
|
||||||
var params = (document.getElementById("dashboard_attr").value).split(","); //get current Configuration
|
var params = (document.getElementById("dashboard_attr").value).split(","); //get current Configuration
|
||||||
//-------------------------------------------------------------------------------------------------------------------------------------
|
//-------------------------------------------------------------------------------------------------------------------------------------
|
||||||
@ -339,6 +341,7 @@ $(document).ready( function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (params[14] != "none" ) {$('<style type="text/css">'+params[14]+'</style>').appendTo($('head')); }
|
if (params[14] != "none" ) {$('<style type="text/css">'+params[14]+'</style>').appendTo($('head')); }
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user