Skip to content

Commit

Permalink
Merge pull request #9 from kmtabish/master
Browse files Browse the repository at this point in the history
Changed the openWindow preference to system mode
  • Loading branch information
DanielHindi committed Feb 18, 2016
2 parents 2cdbdc0 + f4b0564 commit 2332126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
buildfire.spinner.hide();
buildfire.getContext(function (err, context) {
if (context.device.platform != "web") {
buildfire.navigation.openWindow(content.facebookId, "system");
buildfire.navigation.openWindow(content.facebookId, "_system");
buildfire.navigation.goBack();
} else {
document.querySelector(".link-verified").style.display = "block";
Expand Down

0 comments on commit 2332126

Please sign in to comment.