mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
console.js: fix typo/syntax error (Forum #120914)
git-svn-id: https://svn.fhem.de/fhem/trunk@24413 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
fc584b7888
commit
ba0b739f1f
@ -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…
Reference in New Issue
Block a user