Hello, I noticed that there are 2 times "onkeyup =" in the file template\lbs\a_main_buylink.php v1.5 this line:



Code:
<textarea name="descr1" class="buyforminp22" cols="40" rows="5" onchange=dodiv(); onkeyup=dodiv(); maxLength=<?php echo("$maxdesc");?>; onKeyDown="textCounter(document.pgfrm.descr1,document.pgfrm.dlength,<?php echo("$maxdesc");?>)" onKeyUp="textCounter(document.pgfrm.descr1,document.pgfrm.dlength,<?php echo("$maxdesc");?>)"></textarea><br />
Is this normal?