mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 16:59:18 +00:00
76_SMAPortal: contrib ftui_smaportalspg.js
git-svn-id: https://svn.fhem.de/fhem/trunk@19758 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d8e87cd479
commit
1598a8159f
@ -56,6 +56,8 @@ var Modul_smaportalspg = function () {
|
||||
ftui.sendFhemCommand(cmd)
|
||||
.done(function (data, dev) {
|
||||
//console.log('received update for dynamic html : ', $(this) );
|
||||
data = '<link rel="stylesheet" href="' + ftui.config.basedir + 'css/ftui_smaportalspg.css" type="text/css" />'
|
||||
+ data;
|
||||
elem.html(data);
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user