1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 13:01:28 +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

View File

@@ -1,4 +1,4 @@
/* global dijit, __, ngettext */
/* global dijit, __, ngettext, notify */
const ArticleCache = {
has_storage: 'sessionStorage' in window && window['sessionStorage'] !== null,