mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
@@ -48,7 +48,7 @@ var customTooltips = function(tooltip) {
|
||||
|
||||
// Limit rendering to once every 50ms. This gives the DOM time to react,
|
||||
// and avoids "lag" caused by not giving the DOM time to reapply CSS.
|
||||
var now = Date.now()
|
||||
var now = Date.now();
|
||||
if(now - lastTooltipTime < 50) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user