See ChangeLog.

Monotone-Parent: 01554e46f2d289111d615a3006a1b61ad6f76320
Monotone-Revision: be2427fa7e45da8ba2b4c7955b6e904c06640586

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-11-01T19:08:26
This commit is contained in:
Francis Lachapelle
2011-11-01 19:08:26 +00:00
parent 90b5a2bf5e
commit 709a9a23bb
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ function addUser(userName, userID, type) {
var count = lis.length - 1;
var nextLi = null;
while (count > -1 && !nextLi) {
if ($(lis[count]).hasClassName("normal-person")) {
if ($(lis[count]).hasClassName("normal-user")) {
nextLi = lis[count+1];
}
else {