Update of /cvsroot/phpmychat/phpMyChat - 0.14/chat/lib
In directory usw-pr-cvs1:/tmp/cvs-serv24823/lib
Modified Files:
usersH.js
Log Message:
Users' list was completly messed under Netscape 4+
***** Bogus filespec: -
***** Bogus filespec: 0.14/chat/lib
Index: usersH.js
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat - 0.14/chat/lib/usersH.js,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** usersH.js 2001/02/25 19:10:08 1.2
--- usersH.js 2001/03/24 14:17:29 1.3
***************
*** 90,97 ****
whichEl.pageY = nextY;
nextY += whichEl.document.height;
! };
! };
! };
! };
// Define the state of the big +/- icon
--- 90,97 ----
whichEl.pageY = nextY;
nextY += whichEl.document.height;
! }
! }
! }
! }
// Define the state of the big +/- icon
***************
*** 128,132 ****
currentID = whichEl.id.substring(5);
roomState = CheckRoomState(whichEl.id);
! if (roomState == '1' || (roomState == '0' && ChildNb[currentID] < 10)) {
opened_rooms_number++;
whichEl.visibility = 'show';
--- 128,132 ----
currentID = whichEl.id.substring(5);
roomState = CheckRoomState(whichEl.id);
! if (roomState == 1 || (roomState == 0 && ChildNb[currentID] < 10)) {
opened_rooms_number++;
whichEl.visibility = 'show';
|