web/views/bookmark.py
changeset 5658 7b9553a9db65
parent 5426 0d4853a6e5ee
child 5877 0c7b7b76a84f
--- a/web/views/bookmark.py	Thu Jun 03 10:17:44 2010 +0200
+++ b/web/views/bookmark.py	Thu Jun 03 14:51:42 2010 +0200
@@ -96,7 +96,7 @@
         eschema = self._cw.vreg.schema.eschema(self.etype)
         candelete = rschema.has_perm(req, 'delete', toeid=ueid)
         if candelete:
-            req.add_js( ('cubicweb.ajax.js', 'cubicweb.bookmarks.js') )
+            req.add_js('cubicweb.ajax.js')
         else:
             dlink = None
         for bookmark in rset.entities():