Skip to content

Commit a0f7622

Browse files
committed
Merge pull request #2 from sakshityagi/master
Fixed the blank pdf issue for google chrome browser on beta
2 parents 9f69630 + 04780d6 commit a0f7622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widget/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h2>Success!</h2>
2727
d.style.display='';
2828
var a =document.getElementById("a");
2929
a.onclick = function () {
30-
buildfire.navigation.openWindow(content.url);
30+
buildfire.navigation.openWindow("https://docs.google.com/viewer?url=" + encodeURIComponent(content.url), "_system");
3131
return false;
3232
}
3333
}

0 commit comments

Comments
 (0)