diff options
| author | stilbruch <stilbruch@protonmail.com> | 2022-05-16 15:03:48 -0500 |
|---|---|---|
| committer | stilbruch <stilbruch@protonmail.com> | 2022-05-16 15:03:48 -0500 |
| commit | d2c0dcf06d632389d2c451b1d9d37735291d7e62 (patch) | |
| tree | a1676dc06867caa17b94f8c7999451685c22096a /app/templates/workout/record.html | |
| parent | bbb9ecc9810a8d4a68f5400317fde266412fc8ac (diff) | |
| download | Strengthy-d2c0dcf06d632389d2c451b1d9d37735291d7e62.tar.xz Strengthy-d2c0dcf06d632389d2c451b1d9d37735291d7e62.zip | |
Fix record.js checking bug
Diffstat (limited to 'app/templates/workout/record.html')
| -rw-r--r-- | app/templates/workout/record.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/workout/record.html b/app/templates/workout/record.html index 53b2788..1cfeda1 100644 --- a/app/templates/workout/record.html +++ b/app/templates/workout/record.html @@ -42,7 +42,7 @@ </div> </td> {% else %} - <td>{{ set['lbs'](class_='input', onkeydown='onKeyDown(event)') }}</td> + <td>{{ set['lbs'](class_='input', type='number', onkeydown='onKeyDown(event)') }}</td> <td>{{ set['units'](class_='input', onkeydown='onKeyDown(event)') }}</td> {% endif %} <td> |
