branch | stable |
changeset 7820 | 2c73fc529a20 |
parent 7819 | 93d9a9c29bfb |
child 7855 | 54283a5b7afc |
--- a/web/views/tabs.py Wed Sep 21 19:00:49 2011 +0200 +++ b/web/views/tabs.py Wed Sep 21 19:04:33 2011 +0200 @@ -128,7 +128,7 @@ entity.view(default, w=self.w) return self._cw.add_css('jquery.ui.css') - self._cw.add_js(('jquery.ui.js', 'cubicweb.ajax.js')) + self._cw.add_js(('jquery.ui.js', 'cubicweb.ajax.js', 'jquery.cookie.js')) # prune tabs : not all are to be shown tabs, active_tab = self.prune_tabs(tabs, default) # build the html structure