Skip to content

Commit

Permalink
Merge branch 'jb48786' into 'master'
Browse files Browse the repository at this point in the history
[embedlite-components] Don't load gecko addons at startup. Contributes to JB#48786

See merge request mer-core/embedlite-components!48
  • Loading branch information
adenexter committed Mar 26, 2020
2 parents 072c8dd + e6a61a8 commit 8c6f02c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jsscripts/embedhelper.js
Expand Up @@ -8,7 +8,6 @@ let { classes: Cc, interfaces: Ci, results: Cr, utils: Cu } = Components;
Cu.import("resource://gre/modules/XPCOMUtils.jsm");
Cu.import("resource://gre/modules/Services.jsm");
Cu.import("resource://gre/modules/Geometry.jsm");
Cu.import("resource://gre/modules/AddonManager.jsm");
Cu.import("resource://gre/modules/FileUtils.jsm");

let HTMLSelectElement = Ci.nsIDOMHTMLSelectElement;
Expand Down

0 comments on commit 8c6f02c

Please sign in to comment.