1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

hotkeys: simplify prefix timeout handling

This commit is contained in:
Andrew Dolgov
2018-12-01 22:07:00 +03:00
parent b284e72d63
commit de9509cd31
4 changed files with 24 additions and 33 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/* global dijit, __, ngettext */
/* global dijit, __, ngettext, notify */
const ArticleCache = {
has_storage: 'sessionStorage' in window && window['sessionStorage'] !== null,