From 76e65f35411c47e5d6de0dcaa9fcc4c7fced8cab Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 28 Mar 2014 01:03:17 +0100 Subject: dont open up settings + add new dialogue on first run because it looks weird and causes bugs --- templates/main.php | 3 +-- templates/part.addnew.php | 4 +--- 2 files changed, 2 insertions(+), 5 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)) { inc('part.showall')); ?> -
+
inc('part.settings')) ?>
diff --git a/templates/part.addnew.php b/templates/part.addnew.php index f9686449d..d3f72b517 100644 --- a/templates/part.addnew.php +++ b/templates/part.addnew.php @@ -8,9 +8,7 @@ href="#" oc-click-focus="{ selector: '.add-new-popup input[ng-model=feedUrl]' - }" - ng-class="{opened: initialized && feedBusinessLayer.noFeeds()}" - >+ t('Add Website'))?> + }">+ t('Add Website'))?>
-- cgit v1.2.3