]> _ Git - fluidbook-html5.git/commitdiff
(no commit message)
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 1 Jul 2015 13:21:50 +0000 (13:21 +0000)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 1 Jul 2015 13:21:50 +0000 (13:21 +0000)
js/libs/fluidbook/fluidbook.js

index 2875571b840e187f15e54a7d06516db1692e9564..35dea0e71b55df209741536458bd4f458de07d21 100644 (file)
@@ -1314,14 +1314,10 @@ Fluidbook.prototype = {
         if (this.datas.phonegap == 'android') {
             if (types_android[type] != undefined) {
                 this.displayLoader();
-
                 window.requestFileSystem(LocalFileSystem.TEMPORARY, 0, function (fileSystem) {
-                    fb('got fs')
                     var dest = fileSystem.root;
                     window.resolveLocalFileSystemURI(url, function (entry) {
-                        fb('resolved')
                         entry.copyTo(dest, 'document.pdf', function (copyEntry) {
-                            fb('copied');
                             window.plugins.webintent.startActivity({
                                 action: window.plugins.webintent.ACTION_VIEW,
                                 type: types_android[type],