summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index 422259c64..9690e3cbe 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -47,7 +47,7 @@
</div>
- <div id="right-content" ng-class="{loading: loading.loading>0}"
+ <div id="right-content" ng-class="{loading: isLoading()}"
ng-controller="ItemController" when-scrolled="scroll()" feed-navigation>
<?php print_unescaped($this->inc("part.items")); ?>
</div>