mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 18:24:02 +00:00
Bug 681432 - Support all add-on types in the add-on manager. r=mfinkle
--HG-- extra : rebase_source : e5ca39397adf3364924c8b1b6ca9f53862cc7136
This commit is contained in:
parent
0677cb3a3d
commit
2b5786f8bb
@ -244,7 +244,7 @@ var Addons = {
|
||||
|
||||
init: function init() {
|
||||
let self = this;
|
||||
AddonManager.getAddonsByTypes(["extension", "theme", "locale"], function(aAddons) {
|
||||
AddonManager.getAllAddons(function(aAddons) {
|
||||
// Clear all content before filling the addons
|
||||
let list = document.getElementById("addons-list");
|
||||
list.innerHTML = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user