Skip to content

Commit

Permalink
Backed out changeset 4c9e50d055ea (bug 1585907) per developer's request
Browse files Browse the repository at this point in the history
  • Loading branch information
nerli1 committed Nov 8, 2019
1 parent 11ea087 commit 9451334
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion browser/base/content/browser.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
<html:link rel="localization" href="browser/menubar.ftl"/>
<html:link rel="localization" href="browser/protectionsPanel.ftl"/>
<html:link rel="localization" href="browser/appmenu.ftl"/>
<html:link rel="localization" href="browser/readerView.ftl"/>
</linkset>

# All JS files which are needed by browser.xhtml and other top level windows to
Expand Down
8 changes: 0 additions & 8 deletions browser/locales/en-US/browser/readerView.ftl

This file was deleted.

4 changes: 0 additions & 4 deletions browser/modules/ReaderParent.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ var ReaderParent = {
key.setAttribute("disabled", !browser.isArticle);

if (browser.isArticle) {
win.A11yUtils.announce({
id: "reader-available-announcement",
source: button,
});
Services.obs.notifyObservers(null, "reader-mode-available");
}
}
Expand Down

0 comments on commit 9451334

Please sign in to comment.