2
0
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:
rudolfkoenig 2015-03-29 14:43:22 +00:00
parent 9a57b5dd6e
commit 5e760f9e03

View File

@ -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;