From de4e9d5a85dfb99dcfe7fac765c5af6cd5b5f720 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 23 Nov 2013 15:13:01 +0100 Subject: [PATCH] =?UTF-8?q?Corrige=20bug=20recherche=20d=C3=BB=20au=20racc?= =?UTF-8?q?ourci=20pour=20fermer=20un=20article?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrige https://github.com/marienfressinaud/FreshRSS/issues/286 --- public/scripts/main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/scripts/main.js b/public/scripts/main.js index 3a9fa0196..da6684544 100644 --- a/public/scripts/main.js +++ b/public/scripts/main.js @@ -326,6 +326,8 @@ function init_shortcuts() { }); shortcut.add(shortcuts.collapse_entry, function () { collapse_entry(); + }, { + 'disable_in_input': true }); // Touches de navigation