diff options
author | François Schmidts <francois.schmidts@gmail.com> | 2016-01-31 22:32:10 +0100 |
---|---|---|
committer | François Schmidts <francois.schmidts@gmail.com> | 2016-01-31 22:32:10 +0100 |
commit | db6e918ee5a92429738f2e87afb1af8f024d5053 (patch) | |
tree | 5df4a69af341b0879ff6fac2022d0c662f0353d6 /src/web/js/actions | |
parent | handling errors from one page app (diff) | |
download | newspipe-db6e918ee5a92429738f2e87afb1af8f024d5053.tar.gz newspipe-db6e918ee5a92429738f2e87afb1af8f024d5053.tar.bz2 newspipe-db6e918ee5a92429738f2e87afb1af8f024d5053.zip |
enhancement: ordering categories and hidding empty 'no category' category
Diffstat (limited to 'src/web/js/actions')
-rw-r--r-- | src/web/js/actions/MenuActions.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/js/actions/MenuActions.js b/src/web/js/actions/MenuActions.js index 027a3d37..d3a0d25d 100644 --- a/src/web/js/actions/MenuActions.js +++ b/src/web/js/actions/MenuActions.js @@ -11,6 +11,7 @@ var MenuActions = { type: ActionTypes.RELOAD_MENU, feeds: payload.feeds, categories: payload.categories, + categories_order: payload.categories_order, is_admin: payload.is_admin, max_error: payload.max_error, error_threshold: payload.error_threshold, |