also update timeline
This commit is contained in:
parent
83d34a9f77
commit
0f96de71ac
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ Timeline.GregorianDateLabeller=function(locale,timeZone){this._locale=locale;thi
|
||||||
Modified by Ben for Zotero
|
Modified by Ben for Zotero
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Timeline.GregorianDateLabeller.monthNames = Zotero.Cite.getMonthStrings("short");
|
Timeline.GregorianDateLabeller.monthNames = Zotero.Date.months.short;
|
||||||
Timeline.GregorianDateLabeller.getMonthName=function(month,locale) {
|
Timeline.GregorianDateLabeller.getMonthName=function(month,locale) {
|
||||||
return Timeline.GregorianDateLabeller.monthNames[month];
|
return Timeline.GregorianDateLabeller.monthNames[month];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue