mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 06:33:18 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user