mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
Manual xo fixes and suppressions
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -69,6 +69,8 @@ function formatFTL(line, prio) {
|
||||
return `<span class="${prioClass}">${utils.escapeHtml(prio)}</span> ${line}`;
|
||||
}
|
||||
|
||||
let gAutoScrolling;
|
||||
|
||||
// Function that asks the API for new data
|
||||
function getData() {
|
||||
// Only update when spinner is spinning
|
||||
@@ -168,7 +170,7 @@ function getData() {
|
||||
});
|
||||
}
|
||||
|
||||
var gAutoScrolling = true;
|
||||
gAutoScrolling = true;
|
||||
$("#output").on("scroll", () => {
|
||||
// Check if we are at the bottom of the output
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user