We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2cdbdc0 + f4b0564 commit 2332126Copy full SHA for 2332126
1 file changed
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, "_system");
54
buildfire.navigation.goBack();
55
} else {
56
document.querySelector(".link-verified").style.display = "block";
0 commit comments