From 8cd438c265d709dd6e001354fc58d3443afeece0 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 17 May 2019 18:20:42 +0200 Subject: [PATCH] fix #2736 @0.8 --- _index.html | 40 ++++++++++------------ js/libs/fluidbook/fluidbook.mobilefirst.js | 1 + 2 files changed, 20 insertions(+), 21 deletions(-) diff --git a/_index.html b/_index.html index 915aa3f3..4f281629 100644 --- a/_index.html +++ b/_index.html @@ -59,30 +59,28 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
- -
-
-
- +
+
+
+
+ +
+
+
+ +
diff --git a/js/libs/fluidbook/fluidbook.mobilefirst.js b/js/libs/fluidbook/fluidbook.mobilefirst.js index 1b98e54b..f80ef4fc 100644 --- a/js/libs/fluidbook/fluidbook.mobilefirst.js +++ b/js/libs/fluidbook/fluidbook.mobilefirst.js @@ -2,6 +2,7 @@ function FluidbookMobileFirst(fluidbook) { this.fluidbook = fluidbook; this.enabled = this.fluidbook.datas.mobileNavigationType === 'mobilefirst'; if (this.enabled) { + $("#fluidbook").wrap('
'); this.init(); this.slider = new FluidbookMobileFirstSlider(this); } else { -- 2.39.5