From 9ad36d04c3a352afc6f9a1322c7401200332877a Mon Sep 17 00:00:00 2001 From: François Schmidts Date: Tue, 2 Feb 2016 23:05:16 +0100 Subject: reload and fold all button --- src/web/js/constants/JarrConstants.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/web/js/constants/JarrConstants.js') 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, -- cgit