Skip to content

Commit

Permalink
Merge pull request #1 from TylerDowner/patch-1
Browse files Browse the repository at this point in the history
Update bootstrap.js
  • Loading branch information
gavinsharp committed Aug 6, 2012
2 parents 2c501cd + 7a59d22 commit 3299dd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bootstrap.js
Expand Up @@ -23,6 +23,9 @@ function startup(aData, aReason) {
resetPref("browser.startup.homepage");
resetPref("keyword.URL");

// Reset the New Tab Page
resetPref("browser.newtab.url");

// Now also reset the default search engine
resetPref("browser.search.defaultenginename");
let originalDefaultEngine = Services.search.originalDefaultEngine;
Expand Down

0 comments on commit 3299dd7

Please sign in to comment.