mirror of https://github.com/gophish/gophish
Fixed text autocomplete dropping down in Chrome (#1749)
parent
1733da1fa8
commit
6e20f64322
|
@ -108,7 +108,7 @@
|
||||||
<label class="control-label" for="delay">Send Emails By (Optional)
|
<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>
|
<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>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
<label class="control-label" for="profile">Sending Profile:</label>
|
<label class="control-label" for="profile">Sending Profile:</label>
|
||||||
|
|
Loading…
Reference in New Issue