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