]> _ Git - fluidbook-html5.git/commitdiff
wait #3931 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 12 Oct 2020 10:29:38 +0000 (12:29 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 12 Oct 2020 10:29:38 +0000 (12:29 +0200)
js/libs/fluidbook/fluidbook.support.js

index ddab074b64e6bd76d1f9a31753c036c902c8ea37..96286c38cc98e8986808922aa9187f89aa1c8d57 100644 (file)
@@ -52,7 +52,7 @@ function FluidbookSupport(fluidbook) {
     //console.log('Images resolution :: ' + this.resolution);
 
     this.isMobile = isMobile();
-    this.SVG = Modernizr.svg && this.fluidbook.settings.mobileIconVector;
+    this.SVG = true;
 
     this.nwjs = (typeof process !== "undefined" && process.versions['node-webkit']);