diff options
| author | stilbruch <stilbruch@protonmail.com> | 2022-05-11 18:48:38 -0500 |
|---|---|---|
| committer | stilbruch <stilbruch@protonmail.com> | 2022-05-11 18:48:38 -0500 |
| commit | 7d3b27cba1fa1a2f94545a69a965dafe10ff3944 (patch) | |
| tree | 15b75bb254a0df39bd728b45f2412403a7b63acd /app/static | |
| parent | 8e130da9137297ac1805e94e4cd9c10eed3348cd (diff) | |
| download | Strengthy-7d3b27cba1fa1a2f94545a69a965dafe10ff3944.tar.xz Strengthy-7d3b27cba1fa1a2f94545a69a965dafe10ff3944.zip | |
Update record page
Diffstat (limited to 'app/static')
| -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 68538ca..977901f 100644 --- a/app/static/js/record.js +++ b/app/static/js/record.js @@ -236,7 +236,7 @@ function onKeyDown(event) { if (!targetNode.parentElement.parentElement.isEqualNode(currentNode.parentElement.parentElement)) { // going to new row - if (currentNode.value != "" && allInputs[currentIndex-1].value != "") { + if (currentNode.value != "" && allInputs[currentIndex - 1].value && allINputs[currentIndex - 1] != "") { onClickSetCheck(currentNode.parentElement.parentElement.children[3].children[0]); } } |
