Fix setting of firstRun pref
This commit is contained in:
parent
d86dcabaaf
commit
75cccc8aaf
|
@ -185,7 +185,7 @@ var ZoteroPane = new function()
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
gBrowser.selectedTab = gBrowser.addTab('http://www.zotero.org/documentation/quick_start_guide');
|
gBrowser.selectedTab = gBrowser.addTab('http://www.zotero.org/documentation/quick_start_guide');
|
||||||
}, 400);
|
}, 400);
|
||||||
Zotero.Prefs.set('extensions.zotero.firstRun', false);
|
Zotero.Prefs.set('firstRun', false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user