mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-02 10:29:39 +00:00
Don't complain about expected count on stop.
This commit is contained in:
@@ -215,8 +215,8 @@
|
||||
}
|
||||
|
||||
$clear(update_ref);
|
||||
recv_cnt = 0;
|
||||
update_stats(); // Final numbers
|
||||
recv_cnt = 0;
|
||||
|
||||
$('connectButton').value = "Start";
|
||||
$('connectButton').onclick = connect;
|
||||
|
||||
Reference in New Issue
Block a user