diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/static/js/record.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/static/js/record.js b/app/static/js/record.js index 977901f..a855ea4 100644 --- a/app/static/js/record.js +++ b/app/static/js/record.js @@ -251,7 +251,7 @@ function onClickAddSet(elem) { const row = tableBody.children[0].cloneNode(true); // Add new row to table - setReset(row, tableBody.children.length, false); + setReset(row, tableBody.children.length, true); setSetid(row, tableBody.children.length) tableBody.appendChild(row) } |
