mirror of
https://github.com/grocy/grocy.git
synced 2025-10-14 09:11:11 +00:00
Fix double form submit when using ENTER (fixes #72)
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
'prefillByUserId' => GROCY_USER_ID
|
||||
))
|
||||
|
||||
<button id="save-choretracking-button" type="submit" class="btn btn-success">{{ $L('OK') }}</button>
|
||||
<button id="save-choretracking-button" class="btn btn-success">{{ $L('OK') }}</button>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user