mirror of
https://github.com/unraid/webgui.git
synced 2026-01-04 08:29:51 -06:00
Docker: stop nchan when leaving page
This commit is contained in:
@@ -177,4 +177,8 @@ $(function() {
|
||||
loadlist(true);
|
||||
dockerload.start();
|
||||
});
|
||||
|
||||
window.onunload = function(){
|
||||
dockerload.stop();
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user