mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
$(document).ready(function() { ... }); was included in in function updateTopLists(){ ... }
This commit is contained in:
+2
-2
@@ -210,8 +210,9 @@ function updateTopLists() {
|
||||
$("#domain-frequency .overlay").remove();
|
||||
$("#ad-frequency .overlay").remove();
|
||||
});
|
||||
}
|
||||
|
||||
$(document).ready(function() {
|
||||
$(document).ready(function() {
|
||||
|
||||
var isMobile = {
|
||||
Windows: function() {
|
||||
@@ -368,4 +369,3 @@ function updateTopLists() {
|
||||
updateTopClientsChart();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user