diff --git a/chrome/content/zotero/overlay.js b/chrome/content/zotero/overlay.js index 74d71cced..dba718733 100644 --- 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