From ad09d023481f03b6dc835bf86f2999e40ab63b37 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 5 Feb 2011 11:09:56 +0100 Subject: fix co-maintainer list : only approved ones --- scripts/rpmphp.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'scripts/rpmphp.js') diff --git a/scripts/rpmphp.js b/scripts/rpmphp.js index 91f4fb9..ba3411d 100644 --- a/scripts/rpmphp.js +++ b/scripts/rpmphp.js @@ -39,15 +39,7 @@ function initZoomJS(name) if ( _owner_cell ) { _owner_cell.empty().text(_data.owner); _maintainers_cell = $('#pkgdb_' + k + '_maintainers'); - _maintainers = ''; - if ( _data.people != null ) { - $.each( - _data.people, - function(){ - _maintainers += this.username + ', '; - } - ) - } + _maintainers = _data.people; _maintainers_cell.empty().text(_maintainers.slice(0, -2)); } } -- cgit