summaryrefslogtreecommitdiffstats
path: root/templates/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.php')
-rw-r--r--templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.php b/templates/index.php
index 52f5bd54b..5d8a992ed 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -70,7 +70,7 @@ foreach (Plugin::getScripts() as $appName => $fileName) {
</div>
<div id="app-content"
- class="nc-major-version-<?= \OCP\Util::getVersion()[0]; ?>"
+ class="nc-major-version-<?= \OCP\Util::getVersion()[0]; ?><?= \OCP\Util::getVersion()[0] >= 25 ? ' nc-major-version-gte-25' : ''; ?>"
data-nc-major-version="<?= \OCP\Util::getVersion()[0]; ?>"
ng-class="{
'loading-content': App.loading.isLoading('content') &&