mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Add an hidden submit
This hidden submit makes auto submit while user press Enter on IP input field.
This commit is contained in:
parent
882f195927
commit
4e63554cc6
@ -52,6 +52,7 @@
|
||||
<div class="form-group ml-auto">
|
||||
<label for="ip">{{ trans('settings.ip_address') }}</label>
|
||||
@include('form.text', ['name' => 'ip'])
|
||||
<input type="submit" style="display: none">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user