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