Restore first-run tab -- /start currently redirects to QSG
This commit is contained in:
parent
f73e45a5dc
commit
7ccd5ab639
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue