Skip to content

Instantly share code, notes, and snippets.

@kmaglione
Created February 27, 2013 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmaglione/5051866 to your computer and use it in GitHub Desktop.
Save kmaglione/5051866 to your computer and use it in GitHub Desktop.
@@ -108,7 +137,7 @@
});
// Always remove the landing page when uninstalling
- unload(function() gBrowser.removeTab(landingTab));
+ unload(function() gBrowser.removeTab(landingTab), window);
// Add the landing page if not open yet
if (landingTab == null)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment