From 52bb88b47117af305c56fba1f764945aa0112a50 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 1 Dec 2011 14:14:04 -0500 Subject: [PATCH] handler fix to previous commit --- webcit/static/authmethods.js | 2 ++ webcit/static/t/get_logged_in.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 @@

- +
-- 2.30.2