]> _ Git - fluidbook-html5.git/commitdiff
wip #1089 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 11 Jan 2017 15:42:55 +0000 (16:42 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 11 Jan 2017 15:42:55 +0000 (16:42 +0100)
js/libs/fluidbook/fluidbook.js

index 8d6ade2fe7476c7599dc7f181d0ba69b16c78d6e..073a7f636c6a883ece84829c8b3d1cd633bf2287 100644 (file)
@@ -1263,7 +1263,7 @@ Fluidbook.prototype = {
         if (this.datas.pdfName.substr(0, 4) == 'http') {
             pdf = this.datas.pdfName;
         } else {
-            pdf = getBaseURL(true) + '/data/' + this.datas.pdfName;
+            pdf = 'data/' + this.datas.pdfName;
         }
         var e = pdf.split('/');
         pdfName = e.pop();