mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
console.js: fix typo/syntax error (Forum #120914)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@24413 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9383becb7b
commit
7db1920e2c
@ -78,7 +78,7 @@ consUpdate(evt)
|
||||
var ncA = new_content.split(/<br>[\r\n]/);
|
||||
for(var i1=0; i1<ncA.length; i1++)
|
||||
ncA[i1] = ncA[i1].replace(/[<> ]/g, function(a){return rTab[a]});
|
||||
$("#console").append(logContent+ncA.join(isTa?"\n":"<br>");
|
||||
$("#console").append(logContent+ncA.join(isTa?"\n":"<br>"));
|
||||
|
||||
if(mustScroll)
|
||||
$("#console").scrollTop($("#console")[0].scrollHeight);
|
||||
|
Loading…
x
Reference in New Issue
Block a user