mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1198750 - clicking on Sync preferences manage link should open about:accounts. r=markh
This commit is contained in:
parent
ea863801a9
commit
ee84cf72ed
@ -260,7 +260,7 @@ let gSyncPane = {
|
||||
gSyncPane.signIn();
|
||||
return false;
|
||||
});
|
||||
setEventListener("verifiedManage", "command",
|
||||
setEventListener("verifiedManage", "click",
|
||||
gSyncPane.manageFirefoxAccount);
|
||||
setEventListener("fxaUnlinkButton", "click", function () {
|
||||
gSyncPane.unlinkFirefoxAccount(true);
|
||||
|
Loading…
Reference in New Issue
Block a user