mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
console.js: Fix filter generated by the backend. (Forum #35421)
git-svn-id: https://svn.fhem.de/fhem/trunk@8327 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9a57b5dd6e
commit
5e760f9e03
@ -46,7 +46,7 @@ consStart()
|
||||
{
|
||||
var el = document.getElementById("console");
|
||||
|
||||
consFilter = el.getAttribute("filter");
|
||||
consFilter = $("a#eventFilter").html();
|
||||
if(consFilter == undefined)
|
||||
consFilter = ".*";
|
||||
consTxt = el.innerHTML;
|
||||
|
Loading…
Reference in New Issue
Block a user