From db2ff0bef37644eefb46276b135ec3ad026d4c90 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 28 Sep 2017 12:32:51 +0200 Subject: [PATCH] #1689 --- js/libs/fluidbook/fluidbook.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/libs/fluidbook/fluidbook.js b/js/libs/fluidbook/fluidbook.js index 4360a40d..f05a43cc 100644 --- a/js/libs/fluidbook/fluidbook.js +++ b/js/libs/fluidbook/fluidbook.js @@ -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'); -- 2.39.5