summaryrefslogtreecommitdiffstats
path: root/templates/index.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-09 23:44:25 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-09 23:44:25 +0200
commit144607005140602e3e33f8682ceed331e76982aa (patch)
tree14b54dc6b77255779a01376892f729c1d562a417 /templates/index.php
parent952df56f7962edd1113b6ec749b85b85232cf6a7 (diff)
several fixes
Diffstat (limited to 'templates/index.php')
-rw-r--r--templates/index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/index.php b/templates/index.php
index e5f0d6485..14a41f32d 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -40,13 +40,12 @@ style('news', [
<div id="app-settings" ng-controller="SettingsController as Settings">
<?php print_unescaped($this->inc('part.settings')) ?>
</div>
-
</div>
<!-- content -->
<script type="text/ng-template" id="content.html"><?php print_unescaped($this->inc('part.content')) ?></script>
- <div id="app-content" ng-class="{'loading-content': App.loading.isLoading('content')}">
+ <div id="app-content" ng-class="{'loading-content': App.loading.isLoading('content') && !App.loading.isLoading('global')}">
<div id="app-content-wrapper"
ng-class="{'autopaging': App.loading.isLoading('autopaging')}"
ng-hide="App.loading.isLoading('global')"