diff options
| author | stilbruch <stilbruch@protonmail.com> | 2022-05-09 01:46:05 -0500 |
|---|---|---|
| committer | stilbruch <stilbruch@protonmail.com> | 2022-05-09 01:46:05 -0500 |
| commit | ce8d29d02a3b14d3a59ff60ca62843c796497710 (patch) | |
| tree | 35490db331ece8c22f55179e42458ebb3d76a9b3 /app/templates/workout/record.html | |
| parent | a20ad2dcaad3546d04992676ad1954f7268f3818 (diff) | |
| download | Strengthy-ce8d29d02a3b14d3a59ff60ca62843c796497710.tar.xz Strengthy-ce8d29d02a3b14d3a59ff60ca62843c796497710.zip | |
Refactor timer code
Diffstat (limited to 'app/templates/workout/record.html')
| -rw-r--r-- | app/templates/workout/record.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/templates/workout/record.html b/app/templates/workout/record.html index 3805891..53b2788 100644 --- a/app/templates/workout/record.html +++ b/app/templates/workout/record.html @@ -42,8 +42,8 @@ </div> </td> {% else %} - <td>{{ set['lbs'](class_='input', onkeydown='handleEnterKey(event)') }}</td> - <td>{{ set['units'](class_='input', onkeydown='handleEnterKey(event)') }}</td> + <td>{{ set['lbs'](class_='input', onkeydown='onKeyDown(event)') }}</td> + <td>{{ set['units'](class_='input', onkeydown='onKeyDown(event)') }}</td> {% endif %} <td> <a class="button" onClick="onClickSetCheck(this)"> |
