Remove compatibility hack from rdf.js. Fix Zotero code instead. Move all setup to init.js
This commit is contained in:
parent
805d3ed6a6
commit
1942fb6762
5 changed files with 43 additions and 51 deletions
|
@ -241,8 +241,7 @@ function makeZoteroContext(isConnector) {
|
|||
'rdf/match',
|
||||
'rdf/n3parser',
|
||||
'rdf/rdfparser',
|
||||
'rdf/serialize',
|
||||
'rdf'
|
||||
'rdf/serialize'
|
||||
];
|
||||
zContext.Zotero.RDF = {AJAW:{Zotero:zContext.Zotero}};
|
||||
for (var i=0; i<rdfXpcomFiles.length; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue