summaryrefslogtreecommitdiffstats
path: root/templates/index.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-04 13:48:44 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-04 13:48:44 +0200
commit8ecc37bafc86fdf954ea5606b87f04a7bae54570 (patch)
tree502c8bfb5fac95ff25ecaeec88bdeaf56e76115a /templates/index.php
parent96c7439c7372d603e36412c39d6b2b8948565199 (diff)
fix #624
Diffstat (limited to 'templates/index.php')
-rw-r--r--templates/index.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/index.php b/templates/index.php
index 9eb870666..929f25d13 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -1,10 +1,6 @@
<?php
-
// backports
if (version_compare(implode('.', \OCP\Util::getVersion()), '7.8', '<=')) {
- if (!function_exists('style')) {
- require_once __DIR__ . '/7.php';
- }
style('news', '7');
}
@@ -62,7 +58,7 @@ style('news', [
'first-run': App.isFirstRun()
}"
tabindex="-1"
- news-pull-to-refresh>
+ news-pull-to-refresh="showPullToRefresh">
<div id="app-content-wrapper"
ng-class="{'autopaging': App.loading.isLoading('autopaging')}"
ng-hide="App.loading.isLoading('global')"