Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions userChrome.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ function installUnpackedExtensions() {
*/
try {
let { classes: Cc, interfaces: Ci, manager: Cm } = Components;
const {Services} = Components.utils.
import('resource://gre/modules/Services.jsm');

function ConfigJS() {
//Services.obs.addObserver(this, 'chrome-document-global-created', false);
// Use this if your extension needs to be loaded after UI is ready
Expand Down