[Paulscriptsmods-checkin] ajax_shout/root ajax.php, 1.21.2.18, 1.21.2.19
Status: Beta
Brought to you by:
paulsohier
From: Paul S. <pau...@us...> - 2007-06-18 19:10:11
|
Update of /cvsroot/paulscriptsmods/ajax_shout/root In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4284 Modified Files: Tag: phpbb3_ver ajax.php Log Message: changed empty message check. Index: ajax.php =================================================================== RCS file: /cvsroot/paulscriptsmods/ajax_shout/root/ajax.php,v retrieving revision 1.21.2.18 retrieving revision 1.21.2.19 diff -C2 -d -r1.21.2.18 -r1.21.2.19 *** ajax.php 18 Jun 2007 19:09:09 -0000 1.21.2.18 --- ajax.php 18 Jun 2007 19:10:10 -0000 1.21.2.19 *************** *** 278,282 **** document.getElementById('msg_txt').appendChild(tn('<?php echo $user->lang['sending']; ?>')); ! if (document.getElementById('bericht').value == '' || document.getElementById('bericht').value.length < 3) { document.getElementById('msg_txt').innerHTML = ''; --- 278,282 ---- document.getElementById('msg_txt').appendChild(tn('<?php echo $user->lang['sending']; ?>')); ! if (document.getElementById('bericht').value == '') { document.getElementById('msg_txt').innerHTML = ''; |