From: Art Cancro Date: Thu, 1 Dec 2011 19:14:04 +0000 (-0500) Subject: handler fix to previous commit X-Git-Tag: v8.11~313 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=52bb88b47117af305c56fba1f764945aa0112a50 handler fix to previous commit --- diff --git a/webcit/static/authmethods.js b/webcit/static/authmethods.js index 8ad1e29fa..3362a5185 100644 --- a/webcit/static/authmethods.js +++ b/webcit/static/authmethods.js @@ -176,7 +176,9 @@ function openid_onkeypress(e) { } if (keynum == 13) { /* enter/return key */ ajax_try_openid(); + return false; } + return true; } diff --git a/webcit/static/t/get_logged_in.html b/webcit/static/t/get_logged_in.html index 7287f0500..c2e7b89ed 100644 --- a/webcit/static/t/get_logged_in.html +++ b/webcit/static/t/get_logged_in.html @@ -73,7 +73,7 @@

- +