Skip to content

Commit

Permalink
Another options problem discovered in another clean install
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjbarton committed Jan 26, 2012
1 parent de80d62 commit 5714a3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extension/crxEnd/background.html
Expand Up @@ -44,6 +44,7 @@


function obeyOptions() {

window.debugConnection = false;
window.debugMessages = false;
window.debugWarnings = false;
Expand All @@ -59,6 +60,8 @@
window.debugWarnings = options.debugWarnings;
window.debugAdapters = options.debugAdapters;

options.allowedSites = options.allowedSites || [];

options.allowedSites.forEach(function(allowedSite) {
var name = 'Debug With ' + allowedSite.name;
if (name && name !== '(none)') {
Expand Down

0 comments on commit 5714a3d

Please sign in to comment.