Upgrade citeproc-js to version 1.0.343
This commit is contained in:
parent
dda5deb153
commit
b1bacc9816
1 changed files with 2 additions and 3 deletions
|
@ -57,7 +57,7 @@ if (!Array.indexOf) {
|
|||
};
|
||||
}
|
||||
var CSL = {
|
||||
PROCESSOR_VERSION: "1.0.342",
|
||||
PROCESSOR_VERSION: "1.0.343",
|
||||
STATUTE_SUBDIV_GROUPED_REGEX: /((?:^| )(?:art|ch|Ch|subch|p|pp|para|subpara|pt|r|sec|subsec|Sec|sch|tit)\.)/g,
|
||||
STATUTE_SUBDIV_PLAIN_REGEX: /(?:(?:^| )(?:art|ch|Ch|subch|p|pp|para|subpara|pt|r|sec|subsec|Sec|sch|tit)\.)/,
|
||||
STATUTE_SUBDIV_STRINGS: {
|
||||
|
@ -9391,8 +9391,7 @@ CSL.Transform = function (state) {
|
|||
if ((state.tmp.area !== "bibliography"
|
||||
&& !(state.tmp.area === "citation"
|
||||
&& state.opt.xclass === "note"
|
||||
&& item && !item.position))
|
||||
|| myabbrev_family) {
|
||||
&& item && !item.position))) {
|
||||
slot.secondary = false;
|
||||
slot.tertiary = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue