Monotone-Parent: 60e52d42356476440191e2ecbde8c0be6697337d

Monotone-Revision: 7126ed3bd4dfb4508b213ce7dd20c5f124399f24

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-10-13T19:20:16
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-10-13 19:20:16 +00:00
parent 2acf20ecbf
commit 3e8c1c1327
+1 -1
View File
@@ -20,7 +20,7 @@ function addUser(userName, userID) {
var count = lis.length - 1;
var nextLi = null;
while (count > -1 && !nextLi) {
if (lis[count].hasClassName("normal-user")) {
if ($(lis[count]).hasClassName("normal-user")) {
nextLi = lis[count+1];
}
else {