From d676abc722145fe1ef3371fc816cf4291a47f516 Mon Sep 17 00:00:00 2001 From: calzoneman Date: Wed, 8 Oct 2014 22:36:33 -0500 Subject: [PATCH] Fix: pressing enter now submits login form on channel page --- www/js/ui.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/www/js/ui.js b/www/js/ui.js index 8fa4f9fd..dd73d9b2 100644 --- a/www/js/ui.js +++ b/www/js/ui.js @@ -520,11 +520,6 @@ if(m) { } } -/* oh internet explorer, how I hate thee */ -$(":input:not(textarea)").keypress(function(ev) { - return ev.keyCode != 13; -}); - if (location.protocol === "https:") { var title = "Warning"; var text = "You connected to this page via HTTPS. Due to browser "+