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:
parent
ac16c00706
commit
cce47d87e1
|
@ -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>';
|
iframe.contentDocument.documentElement.innerHTML = '<html><head><title></title></head><body><p style="color: red">No references selected in Zotero.</p></body></html>';
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
var csl;
|
||||||
if (str.indexOf("<defaults") != -1) {
|
if (str.indexOf("<defaults") != -1) {
|
||||||
csl = new Zotero.CSL.Compat(str);
|
csl = new Zotero.CSL.Compat(str);
|
||||||
}
|
}
|
||||||
|
|
|
@ -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>';
|
iframe.contentDocument.documentElement.innerHTML = '<html><head><title></title></head><body><p style="color: red">No references selected in Zotero.</p></body></html>';
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
var csl;
|
||||||
if (str.indexOf("<defaults") != -1) {
|
if (str.indexOf("<defaults") != -1) {
|
||||||
csl = new Zotero.CSL.Compat(str);
|
csl = new Zotero.CSL.Compat(str);
|
||||||
}
|
}
|
||||||
|
|
|
@ -291,6 +291,7 @@ itemFields.subject = Subject
|
||||||
itemFields.proceedingsTitle = Proceedings Title
|
itemFields.proceedingsTitle = Proceedings Title
|
||||||
itemFields.bookTitle = Book Title
|
itemFields.bookTitle = Book Title
|
||||||
itemFields.shortTitle = Short Title
|
itemFields.shortTitle = Short Title
|
||||||
|
itemFields.chapter = Chapter No.
|
||||||
|
|
||||||
creatorTypes.author = Author
|
creatorTypes.author = Author
|
||||||
creatorTypes.contributor = Contributor
|
creatorTypes.contributor = Contributor
|
||||||
|
|
1112
system.sql
1112
system.sql
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user