also change back init call
This commit is contained in:
parent
f326fb2aad
commit
3b78e8ff39
1 changed files with 1 additions and 1 deletions
|
@ -587,7 +587,7 @@ var Zotero = new function(){
|
||||||
Zotero.Integration.init();
|
Zotero.Integration.init();
|
||||||
|
|
||||||
if(Zotero.Prefs.get("connector.enabled")) {
|
if(Zotero.Prefs.get("connector.enabled")) {
|
||||||
Zotero.Server.init();
|
Zotero.Connector.init();
|
||||||
}
|
}
|
||||||
|
|
||||||
Zotero.Zeroconf.init();
|
Zotero.Zeroconf.init();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue