mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
Bug 808054 - Don't anchor the Downloads Panel to the tabs toolbar. r=mconley
This commit is contained in:
parent
b571083db2
commit
390fe1595a
@ -528,8 +528,8 @@ const DownloadsPanel = {
|
||||
this.panel.openPopup(aAnchor, "bottomcenter topright", 0, 0, false,
|
||||
null);
|
||||
} else {
|
||||
this.panel.openPopup(document.getElementById("TabsToolbar"),
|
||||
"after_end", 0, 0, false, null);
|
||||
Components.utils.reportError(
|
||||
"Downloads button cannot be found");
|
||||
}
|
||||
}.bind(this));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user