Bug 814799 - Invite Attendees dialog: lists do not work, only first list member is added. r=mmecca

This commit is contained in:
Decathlon 2013-02-06 23:41:49 -05:00
Родитель 56c3232402
Коммит 94ef7c891f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -715,7 +715,7 @@
roleStatusIcon.setAttribute("class", "role-icon");
roleStatusIcon.setAttribute("role", newAttendee.role);
let userTypeIcon = document.getAnonymousElementByAttribute(listitem, "anonid", "userstatus-icon");
let userTypeIcon = document.getAnonymousElementByAttribute(listitem, "anonid", "usertype-icon");
userTypeIcon.removeAttribute("disabled");
userTypeIcon.setAttribute("id", "attendeeCol2#" + rowNumber);
userTypeIcon.setAttribute("cutype", newAttendee.userType);