Restore first-run tab -- /start currently redirects to QSG
This commit is contained in:
parent
f73e45a5dc
commit
7ccd5ab639
|
@ -184,16 +184,14 @@ var ZoteroPane = new function()
|
||||||
// If the database was initialized and Zotero hasn't been run before
|
// If the database was initialized and Zotero hasn't been run before
|
||||||
// in this profile, display the Quick Start Guide -- this way the guide
|
// 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
|
// 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)
|
// directory locations)
|
||||||
else if (Zotero.Schema.dbInitialized && Zotero.Prefs.get('firstRun')) {
|
else if (Zotero.Schema.dbInitialized && Zotero.Prefs.get('firstRun')) {
|
||||||
/*
|
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
var url = "http://zotero.org/start";
|
var url = "http://zotero.org/start";
|
||||||
gBrowser.selectedTab = gBrowser.addTab(url);
|
gBrowser.selectedTab = gBrowser.addTab(url);
|
||||||
}, 400);
|
}, 400);
|
||||||
Zotero.Prefs.set('firstRun', false);
|
Zotero.Prefs.set('firstRun', false);
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Hide sync debugging menu by default
|
// Hide sync debugging menu by default
|
||||||
|
|
Loading…
Reference in New Issue
Block a user