diff --git a/apps/1button/interface.html b/apps/1button/interface.html index 243aba848..2ef51fb13 100644 --- a/apps/1button/interface.html +++ b/apps/1button/interface.html @@ -41,6 +41,7 @@ function getRecordList() { var l = f.readLine(); })()\n`,recordList=>{ var recordLines = recordList.trim().split("\n"); + console.log(recordLines); var record = recordLineToObject(recordLines[0]); var html = `
\n`;