From: Vincent Vanwaelscappel Date: Mon, 12 Oct 2020 10:29:38 +0000 (+0200) Subject: wait #3931 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=fedde66b04baa9dc92e581c307de0e50037a9887;p=fluidbook-html5.git wait #3931 @0.25 --- diff --git a/js/libs/fluidbook/fluidbook.support.js b/js/libs/fluidbook/fluidbook.support.js index ddab074b..96286c38 100644 --- a/js/libs/fluidbook/fluidbook.support.js +++ b/js/libs/fluidbook/fluidbook.support.js @@ -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']);