Stop nchan subscriber when leaving page

This commit is contained in:
bergware
2023-11-28 16:52:15 +01:00
parent a2389ce519
commit b59198473b

View File

@@ -396,7 +396,7 @@ window.onunload = function(){
devices.stop();
<?endif;?>
<?if ($spot==0):?>
paritymonitor.stop(();
paritymonitor.stop();
<?endif;?>
}
</script>