]> _ Git - fluidbook-html5.git/commitdiff
#1689
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 28 Sep 2017 10:32:51 +0000 (12:32 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 28 Sep 2017 10:32:51 +0000 (12:32 +0200)
js/libs/fluidbook/fluidbook.js

index 4360a40d0d9bd67f0d8757793661b37eddc349a7..f05a43cc6665b6bf8cd5c1ba1fe3d7da7f113190 100644 (file)
@@ -846,7 +846,7 @@ Fluidbook.prototype = {
                 offset.left += ($(e).width() / 2);
                 offset.top += ($(e).height());
                 try {
-                    ExternalFileUtil.openWith(decodeURIComponent(url), types_ios[type], function () {
+                    ExternalFileUtil.openWith(url, types_ios[type], function () {
                         $this.hideLoader();
                     }, function () {
                         $this.wopen(url, "_blank", 'location=no');