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 "+