summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-03-28 01:03:17 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-03-28 01:03:28 +0100
commit76e65f35411c47e5d6de0dcaa9fcc4c7fced8cab (patch)
treed85d09b11ee12a1d99e987c0e65d209f1deace79 /templates/main.php
parent62bc02ee9339c41438ebde6d1fdb692473f76f43 (diff)
dont open up settings + add new dialogue on first run because it looks weird and causes bugs
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>