web/views/tabs.py
changeset 7253 68b9e21efa63
parent 7233 614f23606091
child 7742 1273c1bc0237
--- a/web/views/tabs.py	Wed Apr 27 09:32:05 2011 +0200
+++ b/web/views/tabs.py	Wed Apr 27 09:41:55 2011 +0200
@@ -46,7 +46,7 @@
                  reloadable=False, show_spinbox=True, w=None):
         """a lazy version of wview"""
         w = w or self.w
-        self._cw.add_js('cubicweb.lazy.js')
+        self._cw.add_js('cubicweb.ajax.js')
         urlparams = self._cw.form.copy()
         urlparams.update({'vid' : vid, 'fname' : 'view'})
         if rql: