mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 20:55:28 +00:00
settings-system.js: remove unused overlay code
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -80,7 +80,7 @@ function updateCachePie(data) {
|
||||
// and push it at once
|
||||
cachePieChart.data.datasets[0] = dd;
|
||||
cachePieChart.data.labels = k;
|
||||
$("#cache-pie-chart .overlay").hide();
|
||||
|
||||
// Passing 'none' will prevent rotation animation for further updates
|
||||
//https://www.chartjs.org/docs/latest/developers/updates.html#preventing-animations
|
||||
cachePieChart.update("none");
|
||||
|
||||
Reference in New Issue
Block a user