]> _ Git - fluidbook-html5.git/commitdiff
wip #7839 @1.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 5 Jan 2026 13:49:28 +0000 (14:49 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 5 Jan 2026 13:49:28 +0000 (14:49 +0100)
js/libs/fluidbook/fluidbook.js

index 91eff64c6d4c038acee6aa19aeb1100a2d63837c..1898e0ec1cd754a11946b1eb290debd6ba452b89 100644 (file)
@@ -885,7 +885,7 @@ Fluidbook.prototype = {
             service = 'ep';
         }
 
-        if (this.support.webview && print) {
+        if (print) {
             pdf = this.service.getBaseURL(true) + service + '/' + this.settings.id + '-' + this.settings.cid + '/1-' + this.settings.pages;
         } else if (this.settings.pages != this.contentlock.getMaxPage()) {
             pdf = this.service.getBaseURL(true) + service + '/' + this.settings.id + '-' + this.settings.cid + '/1-' + this.contentlock.getMaxPage();