summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/main.php b/templates/main.php
index c4816578d..097a48dc0 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -46,8 +46,7 @@ if($version[0] > 5 || ($version[0] >= 5 && $version[1] >= 80)) {
<?php print_unescaped($this->inc('part.showall')); ?>
</ul>
- <div id="app-settings" ng-controller="SettingsController"
- ng-class="{open: initialized && feedBusinessLayer.noFeeds()}">
+ <div id="app-settings" ng-controller="SettingsController">
<?php print_unescaped($this->inc('part.settings')) ?>
</div>