Skip to content

Commit

Permalink
Revert "Fix mozilla-services#4338, fix regression in Library link (mo…
Browse files Browse the repository at this point in the history
…zilla-services#4343)"

This reverts commit a6dbfb4.
  • Loading branch information
Moritz Brunner authored Jun 7, 2018
1 parent 62da587 commit 779f1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const LibraryButton = {
const {nextSibling} = libraryViewInsertionPoint;
const item = win.document.createElement("toolbarbutton");
item.className = "subviewbutton subviewbutton-iconic";
item.addEventListener("command", () => win.openWebLinkIn(this.PAGE_TO_OPEN, "tab"));
item.addEventListener("command", () => win.openUILinkIn(this.PAGE_TO_OPEN, "tab"));
item.id = this.ITEM_ID;
const iconURL = this.ICON_URL;
item.setAttribute("image", iconURL);
Expand Down

0 comments on commit 779f1a9

Please # to comment.