mirror of
https://github.com/novnc/noVNC.git
synced 2025-09-04 19:50:23 +00:00
Also re-enable playback on failures
Allows easier testing by being able to run the test multiple times.
This commit is contained in:
@@ -200,6 +200,9 @@ function start() {
|
||||
player.onrfbdisconnected = (evt) => {
|
||||
if (!evt.detail.clean) {
|
||||
message(`noVNC sent disconnected during iteration ${evt.detail.iteration} frame ${evt.detail.frame}`);
|
||||
|
||||
document.getElementById('startButton').disabled = false;
|
||||
document.getElementById('startButton').value = "Start";
|
||||
}
|
||||
};
|
||||
player.onfinish = (evt) => {
|
||||
|
Reference in New Issue
Block a user