mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
console.js: Removed irrelevant comments
git-svn-id: https://svn.fhem.de/fhem/trunk@4069 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a63361fe6d
commit
7e35d7dbd6
@ -19,13 +19,7 @@ consUpdate()
|
||||
var el = document.getElementById("console");
|
||||
if(el) {
|
||||
el.innerHTML="Events:<br>"+consConn.responseText;
|
||||
// Scroll to bottom. FF is different from Safari/Chrome
|
||||
el.scrollTop = el.scrollHeight;
|
||||
//var p = el.parentElement; // content div
|
||||
//if(isFF)
|
||||
// p.parentElement.parentElement.scrollTop = p.scrollHeight; // html tag
|
||||
//else
|
||||
// p.parentElement.scrollTop = p.scrollHeight; // body tag
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user