Change quickstart URL to https so that it doesn't display a security warning
This commit is contained in:
parent
dd29d18b93
commit
a8631f760a
|
@ -227,9 +227,9 @@ var ZoteroPane = new function()
|
||||||
else if (Zotero.Prefs.get('firstRun2')) {
|
else if (Zotero.Prefs.get('firstRun2')) {
|
||||||
if (Zotero.Schema.dbInitialized || !Zotero.Sync.Server.enabled) {
|
if (Zotero.Schema.dbInitialized || !Zotero.Sync.Server.enabled) {
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
var url = "http://zotero.org/start";
|
const url = "https://www.zotero.org/start";
|
||||||
if(Zotero.isStandalone) {
|
if(Zotero.isStandalone) {
|
||||||
ZoteroStandalone.openInViewer("http://zotero.org/start");
|
ZoteroStandalone.openInViewer(url);
|
||||||
} else {
|
} else {
|
||||||
gBrowser.selectedTab = gBrowser.addTab(url);
|
gBrowser.selectedTab = gBrowser.addTab(url);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user