Restore first-run tab -- /start currently redirects to QSG

This commit is contained in:
Dan Stillman 2010-01-22 06:53:36 +00:00
parent f73e45a5dc
commit 7ccd5ab639

View file

@ -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