diff --git a/content/treestyletab/bookmarksOverlay.js b/content/treestyletab/bookmarksOverlay.js index 3a3718a4..07545451 100644 --- a/content/treestyletab/bookmarksOverlay.js +++ b/content/treestyletab/bookmarksOverlay.js @@ -228,7 +228,7 @@ var TreeStyleTabBookmarksService = { if (!('PlacesUIUtils' in window)) return; if (!PlacesUIUtils.__treestyletab__done) { - var ns = Components.utils.import('resource://gre/modules/PlacesUIUtils.jsm', {}); + var ns = Components.utils.import('resource:///modules/PlacesUIUtils.jsm', {}); var sv = this; with (ns) {