mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Simple turn off animations for now. Toggling to come later.
This commit is contained in:
@@ -243,7 +243,7 @@
|
||||
return (isMobile.Android() || isMobile.BlackBerry() || isMobile.iOS() || isMobile.Windows());
|
||||
}
|
||||
};
|
||||
var animate = !isMobile.any();
|
||||
var animate = false;
|
||||
var ctx = document.getElementById("queryOverTimeChart").getContext("2d");
|
||||
timeLineChart = new Chart(ctx).Line(chartData,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user