"removed onchange attribute on password which caused the creation of 2 sessions in konqueror, it seems to be unneccessary in FF, IE and konq anyway"

This commit is contained in:
Ralf Becker 2008-08-07 09:11:20 +00:00
parent 5fccf96345
commit 0e4244b440

View File

@ -43,7 +43,7 @@
</tr>
<tr>
<td align="right">{lang_password}:&nbsp;</td>
<td><input name="passwd" type="password" onChange="this.form.submit()" size="30" /></td>
<td><input name="passwd" type="password" size="30" /></td>
</tr>
<tr>
<td>&nbsp;</td>