From: Lo?c C. <lo...@us...> - 2001-05-08 09:18:19
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs In directory usw-pr-cvs1:/tmp/cvs-serv5248/chat/lib/index_libs Modified Files: start_page.lib.js Log Message: Fix some js bugs Index: start_page.lib.js =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs/start_page.lib.js,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** start_page.lib.js 2001/05/04 16:26:28 1.7 --- start_page.lib.js 2001/05/08 09:18:16 1.8 *************** *** 56,60 **** else if (jsIsIE4) { ! var aCell = document.all['testSize']; var aColWidth = Math.floor(aCell.offsetWidth / aCell.size); var aRowHeight = Math.floor(aCell.offsetHeight); --- 56,60 ---- else if (jsIsIE4) { ! var aCell = document.all('testSize'); var aColWidth = Math.floor(aCell.offsetWidth / aCell.size); var aRowHeight = Math.floor(aCell.offsetHeight); |