oops, debug code
authorx2000habouzit <x2000habouzit>
Wed, 25 Aug 2004 11:13:55 +0000 (11:13 +0000)
committerx2000habouzit <x2000habouzit>
Wed, 25 Aug 2004 11:13:55 +0000 (11:13 +0000)
templates/password_prompt.tpl

index f7eae66..1d7529e 100644 (file)
@@ -1,4 +1,4 @@
-{* $Id: password_prompt.tpl,v 1.16 2004-08-25 09:33:30 x2000habouzit Exp $ *}
+{* $Id: password_prompt.tpl,v 1.17 2004-08-25 11:13:55 x2000habouzit Exp $ *}
 <noscript>
   <p class="erreur">
     Ton navigateur n'accepte pas le javaScript !!
@@ -102,7 +102,6 @@ Probl
 <script type="text/javascript">
   <!--
   // Activate the appropriate input form field.
-  login = document.getElementById('login');
   if (document.forms.login.username.value == '') {
     document.forms.login.username.focus();
   } else {