mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
header: don't hide advanced info since it's always shown
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -734,9 +734,6 @@ function addAdvancedInfo() {
|
||||
advancedInfoTarget.append(
|
||||
"Render time: " + (totaltime > 0.5 ? totaltime.toFixed(1) : totaltime.toFixed(3)) + " ms"
|
||||
);
|
||||
|
||||
// Show advanced info
|
||||
advancedInfoTarget.show();
|
||||
}
|
||||
|
||||
$(() => {
|
||||
|
||||
Reference in New Issue
Block a user