web/formwidgets.py
changeset 6448 8590d82e9b1b
parent 6260 e06750b556ad
child 6449 613d83588998
--- a/web/formwidgets.py	Mon Oct 11 17:46:22 2010 +0200
+++ b/web/formwidgets.py	Mon Oct 11 19:12:59 2010 +0200
@@ -698,8 +698,8 @@
     controller. This method is expected to return allowed values for the input,
     that the widget will use to propose matching values as you type.
     """
-    needs_js = ('cubicweb.widgets.js', 'jquery.autocomplete.js')
-    needs_css = ('jquery.autocomplete.css',)
+    needs_js = ('cubicweb.widgets.js', 'jquery.ui.js')
+    needs_css = ('jquery.ui.css',)
     wdgtype = 'SuggestField'
     loadtype = 'auto'