Destroy the graph on disconnect
This commit is contained in:
@ -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) {
|
||||||
|
Reference in New Issue
Block a user