commit 7ccd5ab639fb6c4b341663061f70722c218dec99
parent f73e45a5dccfb43d774031f5466261ccf8dd189b
Author: Dan Stillman <dstillman@zotero.org>
Date: Fri, 22 Jan 2010 06:53:36 +0000
Restore first-run tab -- /start currently redirects to QSG
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/chrome/content/zotero/overlay.js b/chrome/content/zotero/overlay.js
@@ -184,16 +184,14 @@ var ZoteroPane = new function()
// If the database was initialized and Zotero hasn't been run before
// in this profile, display the Quick Start Guide -- this way the guide
// won't be displayed when they sync their DB to another profile or if
- // they the DB is initialized erroneously (e.g. while switching data
+ // the DB is initialized erroneously (e.g. while switching data
// directory locations)
else if (Zotero.Schema.dbInitialized && Zotero.Prefs.get('firstRun')) {
- /*
setTimeout(function () {
var url = "http://zotero.org/start";
gBrowser.selectedTab = gBrowser.addTab(url);
}, 400);
Zotero.Prefs.set('firstRun', false);
- */
}
// Hide sync debugging menu by default