mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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
d12b17372c
commit
bd588f0aaa
@ -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…
Reference in New Issue
Block a user