mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 787093 - Some links from social dialogs open in the current tab. r=gavin
This commit is contained in:
parent
6ae43922eb
commit
696087bf8c
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user