aboutsummaryrefslogtreecommitdiff
path: root/src/web/js/constants
diff options
context:
space:
mode:
authorFrançois Schmidts <francois.schmidts@gmail.com>2016-02-02 23:05:16 +0100
committerFrançois Schmidts <francois.schmidts@gmail.com>2016-02-02 23:07:11 +0100
commit9ad36d04c3a352afc6f9a1322c7401200332877a (patch)
tree6e12cf2b67b016aff38874c389b5bf8b5242749a /src/web/js/constants
parentdisplaying more informations on articles (diff)
downloadnewspipe-9ad36d04c3a352afc6f9a1322c7401200332877a.tar.gz
newspipe-9ad36d04c3a352afc6f9a1322c7401200332877a.tar.bz2
newspipe-9ad36d04c3a352afc6f9a1322c7401200332877a.zip
reload and fold all button
Diffstat (limited to 'src/web/js/constants')
-rw-r--r--src/web/js/constants/JarrConstants.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/js/constants/JarrConstants.js b/src/web/js/constants/JarrConstants.js
index 4a673cf8..0ea42aad 100644
--- a/src/web/js/constants/JarrConstants.js
+++ b/src/web/js/constants/JarrConstants.js
@@ -12,6 +12,7 @@
var keyMirror = require('keymirror');
module.exports = keyMirror({
+ TOGGLE_MENU_FOLD: null,
RELOAD_MENU: null,
PARENT_FILTER: null,
MENU_FILTER: null,
bgstack15