diff -r 99dfced5673e -r 4cc6e2723dc7 web/formwidgets.py --- a/web/formwidgets.py Thu Apr 09 11:30:13 2009 +0200 +++ b/web/formwidgets.py Thu Apr 09 12:34:40 2009 +0200 @@ -182,7 +182,7 @@ daynames = ('monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday', 'sunday') - needs_js = ('cubicweb.ajax.js', 'cubicweb.calendar.js') + needs_js = ('cubicweb.calendar.js',) needs_css = ('cubicweb.calendar_popup.css',) @classmethod