Firefox Add-on Setup Wizard Error
Error Message is being emerged whenever tried to run Setup Wizard e.g. "Firefox can't find the file at chrome://ghostery/content/first-run/index.html."
-
Ghostery 2.7.1 for Firefox
» chrome://ghostery/content/ghostery-ui.js (line 313)
gBrowser.selectedTab = gBrowser.addTab('chrome://ghostery/content/first-run/index.html');
should be
gBrowser.selectedTab = gBrowser.addTab('chrome://ghostery/content/wizard.html');
» chrome://ghostery/content/block.html (line 11)
background: url('chrome://ghostery/content/first-run/images/gradBD.gif') repeat-x;
should be
background: url('chrome://ghostery/content/images/gradBD.gif') repeat-x;
» chrome://ghostery/content/block.html (line 115)
<img src="chrome://ghostery/content/first-run/images/ghostery-about.png" />
should be
<img src="chrome://ghostery/content/images/ghostery-about.png" />
-
-
Hi Buddha, thanks for using Ghostery.
Looks like a link to the wizard has been indeed missed. I'll update it for the next release, thanks! -
Loading Profile...



Twitter,
Facebook, or email.

CHAMP

I'm very much appreciated for your answer, but the issue should be addressed by the developer of this useful add-on.