diff options
| author | stilbruch <stilbruch@protonmail.com> | 2022-05-11 18:49:01 -0500 |
|---|---|---|
| committer | stilbruch <stilbruch@protonmail.com> | 2022-05-11 18:49:01 -0500 |
| commit | 7179fea3097872cd1c32cdb0fc83a3442eef00da (patch) | |
| tree | 751cc20cadd3f7c6a62a4b40f7fabb08614a0e00 /app | |
| parent | 7d3b27cba1fa1a2f94545a69a965dafe10ff3944 (diff) | |
| parent | a28cbc3dc50def08411c4655fce036885fa8602e (diff) | |
| download | Strengthy-7179fea3097872cd1c32cdb0fc83a3442eef00da.tar.xz Strengthy-7179fea3097872cd1c32cdb0fc83a3442eef00da.zip | |
Merge branch 'master' of stilbruch.xyz:strengthy
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) } |
