Destroy the graph on disconnect
This commit is contained in:
parent
a0524ce41b
commit
c87a377621
@ -267,6 +267,7 @@ $(document).ready(function() {
|
|||||||
|
|
||||||
$('#server-container').html('');
|
$('#server-container').html('');
|
||||||
$('#quick-jump-container').html('');
|
$('#quick-jump-container').html('');
|
||||||
|
$('#big-graph').html('');
|
||||||
});
|
});
|
||||||
|
|
||||||
socket.on('historyGraph', function(rawData) {
|
socket.on('historyGraph', function(rawData) {
|
||||||
|
Loading…
Reference in New Issue
Block a user