Merge pull request #120 from thelounge/astorije/remove-input-selection

Remove auto-select on input fields
This commit is contained in:
Jérémie Astori 2016-02-28 02:56:54 -05:00
commit f8eb50260f

View file

@ -765,10 +765,6 @@ $(function() {
});
});
windows.on("click", ".input", function() {
$(this).select();
});
forms.on("submit", "form", function(e) {
e.preventDefault();
var event = "auth";