summaryrefslogtreecommitdiffstats
path: root/templates/index.php
diff options
context:
space:
mode:
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')"