Fix double form submit when using ENTER (fixes #72)

This commit is contained in:
Bernd Bestel
2018-09-29 13:41:56 +02:00
parent d7180bd7b2
commit bb5fd8360b
35 changed files with 52 additions and 35 deletions

View File

@@ -42,7 +42,7 @@
'shortcutLabel' => 'Never expires'
))
<button id="save-inventory-button" type="submit" class="btn btn-success">{{ $L('OK') }}</button>
<button id="save-inventory-button" class="btn btn-success">{{ $L('OK') }}</button>
</form>
</div>