From 0f96de71ac26169360bcfbb377c7fa98ce325dd0 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Sat, 11 Dec 2010 07:01:39 +0000 Subject: [PATCH] also update timeline --- chrome/skin/default/zotero/timeline/bundle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/skin/default/zotero/timeline/bundle.js b/chrome/skin/default/zotero/timeline/bundle.js index 6cd0b539d..703c947ee 100644 --- a/chrome/skin/default/zotero/timeline/bundle.js +++ b/chrome/skin/default/zotero/timeline/bundle.js @@ -233,7 +233,7 @@ Timeline.GregorianDateLabeller=function(locale,timeZone){this._locale=locale;thi 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) { return Timeline.GregorianDateLabeller.monthNames[month]; };