From 7e19a34d31ea9750ba136ccf515c66d6208707af Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Thu, 5 Jun 2025 17:53:34 +0200 Subject: [PATCH] remove superfluous stopPolling --- templates/dil5.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/dil5.html b/templates/dil5.html index c330c46..385735f 100644 --- a/templates/dil5.html +++ b/templates/dil5.html @@ -264,7 +264,6 @@ function onClose(evt) { writeToScreen("disconnected\n"); - stopPolling(); } function onError(evt) { @@ -272,7 +271,6 @@ writeToScreen("Unable to connect to DIL5 as websocket is not connectable\n"); } else { writeToScreen("error: " + evt.data + '\n'); - stopPolling(); websocket.close(); }