mirror of
https://github.com/grocy/grocy.git
synced 2025-08-21 04:43:32 +00:00
Fix double form submit when using ENTER (fixes #72)
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
<textarea class="form-control" rows="2" id="note" name="note">@if($mode == 'edit'){{ $recipePos->note }}@endif</textarea>
|
||||
</div>
|
||||
|
||||
<button id="save-recipe-pos-button" type="submit" class="btn btn-success">{{ $L('Save') }}</button>
|
||||
<button id="save-recipe-pos-button" class="btn btn-success">{{ $L('Save') }}</button>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user