# HG changeset patch # User Sylvain Thénault # Date 1303890115 -7200 # Node ID 68b9e21efa632752a8e3020f6fe22a445521d60e # Parent adb1673efa5f79c8d84c19b751222b47f3713237 [js] delete empty js files (incluced in cw.ajax.js) diff -r adb1673efa5f -r 68b9e21efa63 web/data/cubicweb.lazy.js --- 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 @@ - diff -r adb1673efa5f -r 68b9e21efa63 web/data/cubicweb.tabs.js --- 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 @@ - diff -r adb1673efa5f -r 68b9e21efa63 web/views/tabs.py --- 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: