mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
Removed fade from modal classes due to autofocus bug and its just more pleasent experience modified autofocus='autofocus' to just autofocus
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<div class="modal-body">
|
||||
<div class="form-group">
|
||||
<label>Name</label>
|
||||
<input type="text" class="form-control" name="name" required autofocus="autofocus">
|
||||
<input type="text" class="form-control" name="name" required autofocus>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Description</label>
|
||||
|
||||
Reference in New Issue
Block a user