diff --git a/apps/1button/interface.html b/apps/1button/interface.html index 56020bb12..47ed9bd2c 100644 --- a/apps/1button/interface.html +++ b/apps/1button/interface.html @@ -43,8 +43,6 @@ function getRecordList() { var recordLines = recordList.trim().split("\n"); var html = `
\n`; - recordLines.forEach(l => { - var record = recordLineToObject(l); html += `
@@ -58,7 +56,6 @@ function getRecordList() {
`; - }); if (recordLines.length==0) { html += `