mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
@@ -41,7 +41,7 @@ function eventsource() {
|
||||
function (e) {
|
||||
ta.append(e.data);
|
||||
// scroll page to the bottom (to the last received data)
|
||||
$('html, body').scrollTop($(document).height());
|
||||
$("html, body").scrollTop($(document).height());
|
||||
},
|
||||
false
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user