mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
notify/FileLog: fix FHEMWEB warning (Forum #125619)
git-svn-id: https://svn.fhem.de/fhem/trunk@25531 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7be003d9e3
commit
efdc72eb4f
@ -275,7 +275,7 @@ notify_fhemwebFn($$$$)
|
|||||||
$ret .= "</tr>";
|
$ret .= "</tr>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$ret .= '<script>setTimeout(function(){if(FW_checkNotifydev)'.
|
$ret .= '<script>setTimeout(function(){if(window.FW_checkNotifydev)'.
|
||||||
'FW_checkNotifydev("REGEXP")}, 100)</script>';
|
'FW_checkNotifydev("REGEXP")}, 100)</script>';
|
||||||
|
|
||||||
my @et = devspec2array("TYPE=eventTypes");
|
my @et = devspec2array("TYPE=eventTypes");
|
||||||
|
@ -566,7 +566,7 @@ FileLog_fhemwebFn($$$$)
|
|||||||
# DETAIL only from here on
|
# DETAIL only from here on
|
||||||
my $hash = $defs{$d};
|
my $hash = $defs{$d};
|
||||||
|
|
||||||
$ret .= '<script>setTimeout(function(){if(FW_checkNotifydev)'.
|
$ret .= '<script>setTimeout(function(){if(window.FW_checkNotifydev)'.
|
||||||
'FW_checkNotifydev("REGEXP")}, 100)</script>';
|
'FW_checkNotifydev("REGEXP")}, 100)</script>';
|
||||||
$ret .= "<br>Regexp parts";
|
$ret .= "<br>Regexp parts";
|
||||||
$ret .= "<br><table class=\"block wide\">";
|
$ret .= "<br><table class=\"block wide\">";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user