Remove lots of old Zotero for Firefox code
We still run tests in Firefox, so not everything can be removed.
This commit is contained in:
parent
c2ca70055c
commit
e48a1a2abb
36 changed files with 46 additions and 3156 deletions
|
@ -340,14 +340,6 @@ function ZoteroService() {
|
|||
makeZoteroContext(false);
|
||||
zContext.Zotero.init(zInitOptions)
|
||||
.catch(function (e) {
|
||||
if (e === "ZOTERO_SHOULD_START_AS_CONNECTOR") {
|
||||
// if Zotero should start as a connector, reload it
|
||||
return zContext.Zotero.shutdown()
|
||||
.then(function() {
|
||||
makeZoteroContext(true);
|
||||
return zContext.Zotero.init(zInitOptions);
|
||||
})
|
||||
}
|
||||
dump(e + "\n\n");
|
||||
Components.utils.reportError(e);
|
||||
if (!zContext.Zotero.startupError) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue