X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fstatic%2Fauthmethods.js;h=3362a5185b5ed256d9846fd77a06859c5f3565c3;hp=8ad1e29fa14c44cb5d7bc9af8a2e29c4e3d799a3;hb=52bb88b47117af305c56fba1f764945aa0112a50;hpb=527646111c134d5d349e36964bd55748fbabeaae 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; }