mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 881385 - Followup to fix typo in 1b4b5f70d7d3 patch. r=me
--HG-- extra : rebase_source : 183b1fbc81eb85e072330948d860be6ffdaa3baf
This commit is contained in:
parent
56fb10a7c5
commit
3083aba920
@ -822,7 +822,7 @@ SocialShare = {
|
||||
iframe.setAttribute("src", shareEndpoint);
|
||||
|
||||
let navBar = document.getElementById("nav-bar");
|
||||
let anchor = document.getAnonymousElementByAttribute(aToolbarButton, "class", "toolbarbutton-icon");
|
||||
let anchor = document.getAnonymousElementByAttribute(this.shareButton, "class", "toolbarbutton-icon");
|
||||
this.panel.openPopup(anchor, "bottomcenter topright", 0, 0, false, false);
|
||||
Social.setErrorListener(iframe, this.setErrorMessage.bind(this));
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user