web/form.py
branchtls-sprint
changeset 1311 4cc6e2723dc7
parent 1308 3d01229d9f6a
child 1312 df7f847e1388
--- a/web/form.py	Thu Apr 09 11:30:13 2009 +0200
+++ b/web/form.py	Thu Apr 09 12:34:40 2009 +0200
@@ -201,7 +201,7 @@
     
     # attributes overrideable through __init__
     internal_fields = ('__errorurl',) + NAV_FORM_PARAMETERS
-    needs_js = ('cubicweb.edition.js',)
+    needs_js = ('cubicweb.ajax.js', 'cubicweb.edition.js',)
     needs_css = ('cubicweb.form.css',)
     domid = 'form'
     title = None