Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'page-homepage.php')
-rw-r--r--page-homepage.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/page-homepage.php b/page-homepage.php
index 81a1fe5a..93ce16b8 100644
--- a/page-homepage.php
+++ b/page-homepage.php
@@ -193,6 +193,7 @@
<script>
+// this is needed for the features/capabilities carousel!
// Only make the scrolling effect for devices bigger than the 768px in width and 900px in height
if ($(window).width() > 768 && $(window).height() >= 900) {
var controller = new ScrollMagic.Controller();