Merge pull request #120 from thelounge/astorije/remove-input-selection
Remove auto-select on input fields
This commit is contained in:
commit
f8eb50260f
@ -765,10 +765,6 @@ $(function() {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
windows.on("click", ".input", function() {
|
|
||||||
$(this).select();
|
|
||||||
});
|
|
||||||
|
|
||||||
forms.on("submit", "form", function(e) {
|
forms.on("submit", "form", function(e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
var event = "auth";
|
var event = "auth";
|
||||||
|
Loading…
Reference in New Issue
Block a user