|
From: Lo?c C. <lo...@us...> - 2001-04-23 18:22:17
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs
In directory usw-pr-cvs1:/tmp/cvs-serv17381/chat/lib/index_libs
Modified Files:
main_index.lib.php3
Log Message:
Improved for js disabled browsers
Index: main_index.lib.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs/main_index.lib.php3,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** main_index.lib.php3 2001/04/21 19:37:40 1.21
--- main_index.lib.php3 2001/04/23 18:22:14 1.22
***************
*** 607,611 ****
echo("\t" . dbSessionSID('POST'));
?>
! <input type="hidden" name="jsVersion" value="low" />
<input type="hidden" name="isJsValidated" value="0" />
--- 607,611 ----
echo("\t" . dbSessionSID('POST'));
?>
! <input type="hidden" name="jsVersion" value="noJs" />
<input type="hidden" name="isJsValidated" value="0" />
|