mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Removed two unnecessary commands
This commit is contained in:
@@ -146,7 +146,6 @@ function updateQueriesOverTime() {
|
||||
}
|
||||
$('#queries-over-time .overlay').remove();
|
||||
timeLineChart.update();
|
||||
timeLineChart.resize();
|
||||
});
|
||||
}
|
||||
|
||||
@@ -168,7 +167,6 @@ function updateQueryTypes() {
|
||||
queryTypeChart.data.datasets.push(dd);
|
||||
$('#query-types .overlay').remove();
|
||||
queryTypeChart.update();
|
||||
queryTypeChart.resize();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user