From: Vincent Vanwaelscappel Date: Fri, 17 May 2019 16:20:42 +0000 (+0200) Subject: fix #2736 @0.8 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=8cd438c265d709dd6e001354fc58d3443afeece0;p=fluidbook-html5.git fix #2736 @0.8 --- 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 {