We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c4537 commit fc09ed5Copy full SHA for fc09ed5
βhome.html
@@ -44,7 +44,7 @@
44
if (messages.length > MESSAGES_MAX_COUNT) {
45
messages.shift();
46
}
47
- log.innerHTML = messages.join('<br><br>');
+ log.textContent = messages.join('<br><br>');
48
if (autoscroll.checked) {
49
log.scrollTop = log.scrollHeight - log.clientHeight;
50
0 commit comments