[Rt-commit] rt branch, 3.999-trunk, updated. e1f0850e5ede3b9c2c0ef9d6ec486afb561e877d
? sunnavy
sunnavy at bestpractical.com
Mon Apr 12 19:54:07 EDT 2010
The branch, 3.999-trunk has been updated
via e1f0850e5ede3b9c2c0ef9d6ec486afb561e877d (commit)
from 0c6e330eb09cfc16a10ce6f65235496c53fe8052 (commit)
Summary of changes:
share/web/static/js/calendar.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit e1f0850e5ede3b9c2c0ef9d6ec486afb561e877d
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue Apr 13 07:53:41 2010 +0800
js fix
diff --git a/share/web/static/js/calendar.js b/share/web/static/js/calendar.js
index e11973e..53e6cda 100644
--- a/share/web/static/js/calendar.js
+++ b/share/web/static/js/calendar.js
@@ -138,7 +138,7 @@ Jifty.Calendar = {
Behaviour.register({
'input.datetime': function(e) {
if ( !jQuery(e).hasClass('has_calendar_link') ) {
- createCalendarLink(e);
+ Jifty.Utils.createCalendarLink(e);
jQuery(e).addClass('has_calendar_link');
}
} } );
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list