Bug 787093 - Some links from social dialogs open in the current tab. r=gavin

This commit is contained in:
Shane Caraveo 2012-08-31 12:57:42 -07:00
parent 6ae43922eb
commit 696087bf8c

View File

@ -27,7 +27,7 @@ let SocialUI = {
showProfile: function SocialUI_showProfile() {
if (Social.provider)
openUILink(Social.provider.profile.profileURL);
openUILinkIn(Social.provider.profile.profileURL, "tab");
},
observe: function SocialUI_observe(subject, topic, data) {