summaryrefslogtreecommitdiffstats
path: root/templates/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.php')
-rw-r--r--templates/index.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/index.php b/templates/index.php
index 9ad38a0d5..fc1f1382b 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -70,10 +70,13 @@ foreach (Plugin::getScripts() as $appName => $fileName) {
</div>
<div id="app-content"
+ class="nc-major-version-<?php print \OCP\Util::getVersion()[0] ?>"
+ data-nc-major-version="<?php print \OCP\Util::getVersion()[0] ?>"
ng-class="{
'loading-content': App.loading.isLoading('content') &&
!App.loading.isLoading('global'),
- 'explore': App.isFirstRun()
+ 'explore': App.isFirstRun(),
+
}"
tabindex="-1"
news-pull-to-refresh="showPullToRefresh">