Fix: pressing enter now submits login form on channel page

This commit is contained in:
calzoneman 2014-10-08 22:36:33 -05:00
parent 4505ca19da
commit d676abc722

View file

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