fixes #859 - Mappings required for legal cases

closes #856 - Chapter (number) is required in the book section
Plus two tiny fixes for strict javascript correctness
This commit is contained in:
Julian Onions 2007-12-07 17:01:44 +00:00
parent ac16c00706
commit cce47d87e1
4 changed files with 561 additions and 556 deletions

View File

@ -99,7 +99,7 @@
iframe.contentDocument.documentElement.innerHTML = '<html><head><title></title></head><body><p style="color: red">No references selected in Zotero.</p></body></html>';
return;
}
var csl;
if (str.indexOf("<defaults") != -1) {
csl = new Zotero.CSL.Compat(str);
}

View File

@ -93,7 +93,7 @@
iframe.contentDocument.documentElement.innerHTML = '<html><head><title></title></head><body><p style="color: red">No references selected in Zotero.</p></body></html>';
return '';
}
var csl;
if (str.indexOf("<defaults") != -1) {
csl = new Zotero.CSL.Compat(str);
}

View File

@ -291,6 +291,7 @@ itemFields.subject = Subject
itemFields.proceedingsTitle = Proceedings Title
itemFields.bookTitle = Book Title
itemFields.shortTitle = Short Title
itemFields.chapter = Chapter No.
creatorTypes.author = Author
creatorTypes.contributor = Contributor

1112
system.sql

File diff suppressed because it is too large Load Diff