summaryrefslogtreecommitdiffstats
path: root/js/build/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/build/app.js')
-rw-r--r--js/build/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/build/app.js b/js/build/app.js
index b65750d23..1338657b2 100644
--- a/js/build/app.js
+++ b/js/build/app.js
@@ -627,7 +627,7 @@ app.controller('SettingsController',
var set = function (key, value) {
SettingsResource.set(key, value);
- if (['showAll', 'oldestFirst'].indexOf(key) >= 0) {
+ if (['showAll', 'oldestFirst', 'compact'].indexOf(key) >= 0) {
$route.reload();
}
};