[js] delete empty js files (incluced in cw.ajax.js)
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 27 Apr 2011 09:41:55 +0200
changeset 7253 68b9e21efa63
parent 7252 adb1673efa5f
child 7255 cbd7b2f49dc9
child 7256 ccd44caeb936
[js] delete empty js files (incluced in cw.ajax.js)
web/data/cubicweb.lazy.js
web/data/cubicweb.tabs.js
web/views/tabs.py
--- a/web/data/cubicweb.lazy.js	Wed Apr 27 09:32:05 2011 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-
--- a/web/data/cubicweb.tabs.js	Wed Apr 27 09:32:05 2011 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-
--- 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: