From 4e2ae1cb5450e5cd2e58b2c84234d9bd7bc153d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Delobelle?= Date: Fri, 23 Sep 2016 01:44:36 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20(th=C3=A9orique)=20autocompl=C3=A9tion=20?= =?UTF-8?q?sur=20mobile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit D'après https://groups.google.com/a/chromium.org/d/msg/chromium-bugs/08KdqaHAhsY/DD8uqKDz01AJ --- kfet/templates/kfet/kpsul.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kfet/templates/kfet/kpsul.html b/kfet/templates/kfet/kpsul.html index 2278a6f7..ca401ccb 100644 --- a/kfet/templates/kfet/kpsul.html +++ b/kfet/templates/kfet/kpsul.html @@ -120,7 +120,7 @@
- +
@@ -720,7 +720,6 @@ $(document).ready(function() { // Sélection des articles à la souris/tactile articles_container.on('click', '.article', function() { - console.log('1'); articleId.val(getArticleId($(this))); articleSelect.val(getArticleName($(this))); displayMatchedArticles(articlesList);