mirror of
https://github.com/gophish/gophish
synced 2024-11-14 00:07:19 +00:00
Fixed text autocomplete dropping down in Chrome (#1749)
This commit is contained in:
parent
1733da1fa8
commit
6e20f64322
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@
|
|||
<label class="control-label" for="delay">Send Emails By (Optional)
|
||||
<i class="fa fa-question-circle" data-toggle="tooltip" data-placement="right" title="If specified, Gophish will send emails evenly between the campaign launch and this date."></i>
|
||||
</label>
|
||||
<input type="text" class="form-control" id="send_by_date" />
|
||||
<input type="text" class="form-control" id="send_by_date" autocomplete="random-data"/> <!--Chrome ignores autocomplete="off".-->
|
||||
</div>
|
||||
</div>
|
||||
<label class="control-label" for="profile">Sending Profile:</label>
|
||||
|
|
Loading…
Reference in a new issue