Commit 05e5cb7d authored by Joel Martin's avatar Joel Martin

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

parent 0340f8b6
...@@ -217,6 +217,7 @@ ...@@ -217,6 +217,7 @@
$clear(update_ref); $clear(update_ref);
update_stats(); // Final numbers update_stats(); // Final numbers
recv_cnt = 0; recv_cnt = 0;
send_cnt = 0;
$('connectButton').value = "Start"; $('connectButton').value = "Start";
$('connectButton').onclick = connect; $('connectButton').onclick = connect;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment