here we go

This commit is contained in:
bel
2023-10-29 09:36:16 -06:00
parent 4de3b4a822
commit 09f3baee4d
2 changed files with 14 additions and 9 deletions

View File

@@ -79,6 +79,7 @@
}
function loadLastNLines(lastNLines) {
var result = `<form onsubmit="setLastNLines(this); return false;" action="#">`
result += ` <div>${f}</div>`
result += ` <textarea name="lastNLines">`
for (var k in lastNLines) {
result += lastNLines[k] + "\n"