[IMP] make project_display_members_names() and project_display_categ_names() CSS...
authorAntonin Bourguignon <abo@openerp.com>
Thu, 12 Jul 2012 12:38:40 +0000 (14:38 +0200)
committerAntonin Bourguignon <abo@openerp.com>
Thu, 12 Jul 2012 12:38:40 +0000 (14:38 +0200)
commit14a03e0d5eda36f02a49dc204dfc700223c4852d
tree061cf7c9869672956092feb848d266f2614cec99
parent4af50da7dc0e75222ae3fd94ef7c2ac58d5a9c00
[IMP] make project_display_members_names() and project_display_categ_names() CSS agnostic
instead of finding DOM elements by element type *and* CSS class (with long and tending to change names), these functions will only use element type (here <img> and <span>) and data attribute (which is used in the function anyway)

bzr revid: abo@openerp.com-20120712123840-m8kuupefggmgl5v4
addons/project/static/src/js/project.js