Bug 681432 - Support all add-on types in the add-on manager. r=mfinkle

--HG--
extra : rebase_source : e5ca39397adf3364924c8b1b6ca9f53862cc7136
This commit is contained in:
Margaret Leibovic 2014-12-08 13:47:30 -08:00
Родитель 0677cb3a3d
Коммит 2b5786f8bb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 = "";