From d8884d2d7559ad73607e41b3eeea4a52ffdbc44c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Sun, 28 Feb 2016 07:12:56 +0000 Subject: [PATCH] Remove auto-select on input fields --- client/js/lounge.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/js/lounge.js b/client/js/lounge.js index 9d4ab30e..4f8273c6 100644 --- a/client/js/lounge.js +++ b/client/js/lounge.js @@ -765,10 +765,6 @@ $(function() { }); }); - windows.on("click", ".input", function() { - $(this).select(); - }); - forms.on("submit", "form", function(e) { e.preventDefault(); var event = "auth";