Fix same for server side (no expected count complaint).

This commit is contained in:
Joel Martin 2010-05-06 10:54:36 -05:00
parent 0340f8b6b1
commit 05e5cb7da0
1 changed files with 1 additions and 0 deletions

View File

@ -217,6 +217,7 @@
$clear(update_ref);
update_stats(); // Final numbers
recv_cnt = 0;
send_cnt = 0;
$('connectButton').value = "Start";
$('connectButton').onclick = connect;