diff options
| author | 2013-11-23 15:13:01 +0100 | |
|---|---|---|
| committer | 2013-11-23 15:13:01 +0100 | |
| commit | de4e9d5a85dfb99dcfe7fac765c5af6cd5b5f720 (patch) | |
| tree | 91032d4ee3b92e1ef1c27fde1dc485e4f663572d /public/scripts/main.js | |
| parent | 8591a31bd064ab006cd60a7c289fed1905165f67 (diff) | |
Corrige bug recherche dû au raccourci pour fermer un article
Corrige https://github.com/marienfressinaud/FreshRSS/issues/286
Diffstat (limited to 'public/scripts/main.js')
| -rw-r--r-- | public/scripts/main.js | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
