Index: background.js |
=================================================================== |
--- a/background.js |
+++ b/background.js |
@@ -242,7 +242,8 @@ |
function notifyUser() |
{ |
- ext.pages.open(ext.getURL("firstRun.html")); |
+ if (!Prefs.suppress_first_run_page) |
+ ext.pages.open(ext.getURL("firstRun.html")); |
} |
if (addSubscription) |