From: Alan Knowles Date: Tue, 18 Feb 2014 05:53:55 +0000 (+0800) Subject: Roo/bootstrap/Calendar.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=03670efac9c3108d0884e2672c7eecea1312793a;p=roojs1 Roo/bootstrap/Calendar.js --- diff --git a/Roo/bootstrap/Calendar.js b/Roo/bootstrap/Calendar.js index 80a62e5fb1..0ff695b2fd 100644 --- a/Roo/bootstrap/Calendar.js +++ b/Roo/bootstrap/Calendar.js @@ -374,7 +374,7 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component, { setCellClass(this, cells[i]); } - //this.el.select('.fc-header-title h2',true).first().setText(Date.monthNames[date.getMonth()] + " " + date.getFullYear()); + this.el.select('.fc-header-title h2',true).update((Date.monthNames[date.getMonth()] + " " + date.getFullYear()); this.fireEvent('monthchange', this, date);