change back pref key
This commit is contained in:
parent
c107fcf18a
commit
f326fb2aad
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ var Zotero = new function(){
|
||||||
// Initialize various services
|
// Initialize various services
|
||||||
Zotero.Integration.init();
|
Zotero.Integration.init();
|
||||||
|
|
||||||
if(Zotero.Prefs.get("httpServer.enabled")) {
|
if(Zotero.Prefs.get("connector.enabled")) {
|
||||||
Zotero.Server.init();
|
Zotero.Server.init();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue