]> _ Git - fluidbook-html5.git/commitdiff
(no commit message)
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 11 Aug 2014 15:12:46 +0000 (15:12 +0000)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 11 Aug 2014 15:12:46 +0000 (15:12 +0000)
js/libs/fluidbook/fluidbook.js

index 2957b8dba6700a967d41b12f2f28f0b1a8ddca1f..9f58f3bca9887ee7903c9c55d0063a61f0917d46 100644 (file)
@@ -1275,6 +1275,7 @@ Fluidbook.prototype = {
                var types_ios = {pdf: 'com.adobe.pdf'};
                var types_android = {pdf: 'application/pdf'};
                if (this.datas.phonegap == 'ios') {
+                       fb("external file util :: " + url);
                        this.displayLoader();
                        if (types_ios[type] != undefined) {
                                var offset = $(e).offset();