diff options
Diffstat (limited to 'app/templates')
| -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 c7152cd..3805891 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') }}</td> - <td>{{ set['units'](class_='input') }}</td> + <td>{{ set['lbs'](class_='input', onkeydown='handleEnterKey(event)') }}</td> + <td>{{ set['units'](class_='input', onkeydown='handleEnterKey(event)') }}</td> {% endif %} <td> <a class="button" onClick="onClickSetCheck(this)"> |
