first, remove the hack
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
7a4c0c668b
commit
4c1a5d6a88
2 changed files with 0 additions and 12 deletions
|
@ -209,11 +209,6 @@ select[multiple=multiple] + button {
|
|||
color: #777;
|
||||
}
|
||||
|
||||
.outoftheway {
|
||||
position: absolute;
|
||||
left: -2000px;
|
||||
}
|
||||
|
||||
#ldapSettings {
|
||||
background-color: white;
|
||||
padding: 0;
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
<div class="outoftheway">
|
||||
<!-- Hack for Safari and Chromium/Chrome which ignore autocomplete="off" -->
|
||||
<input type="text" id="fake_user" name="fake_user" autocomplete="off" />
|
||||
<input type="password" id="fake_password" name="fake_password"
|
||||
autocomplete="off" />
|
||||
</div>
|
||||
|
||||
<fieldset id="ldapWizard1">
|
||||
<p>
|
||||
<select id="ldap_serverconfig_chooser" name="ldap_serverconfig_chooser">
|
||||
|
|
Loading…
Reference in a new issue