DOMID changed
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 8 Nov 2010 17:58:29 +0000 (10:58 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 8 Nov 2010 17:58:29 +0000 (10:58 -0700)
horde/js/login.js

index e7ffca7..ba9c5f2 100644 (file)
@@ -82,7 +82,7 @@ var HordeLogin = {
 
         while (Object.isElement(elt)) {
             switch (elt.readAttribute('id')) {
-            case 'login_button':
+            case 'login-button':
                 this.submit();
                 e.stop();
                 break;