We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2332126 + f6f36be commit ba31262Copy full SHA for ba31262
widget/index.html
@@ -50,7 +50,7 @@
50
buildfire.spinner.hide();
51
buildfire.getContext(function (err, context) {
52
if (context.device.platform != "web") {
53
- buildfire.navigation.openWindow(content.facebookId, "_system");
+ buildfire.navigation.openWindow(content.facebookId, "_blank");
54
buildfire.navigation.goBack();
55
} else {
56
document.querySelector(".link-verified").style.display = "block";
0 commit comments