We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f69630 + 04780d6 commit a0f7622Copy full SHA for a0f7622
widget/index.html
@@ -27,7 +27,7 @@ <h2>Success!</h2>
27
d.style.display='';
28
var a =document.getElementById("a");
29
a.onclick = function () {
30
- buildfire.navigation.openWindow(content.url);
+ buildfire.navigation.openWindow("https://docs.google.com/viewer?url=" + encodeURIComponent(content.url), "_system");
31
return false;
32
}
33
0 commit comments