mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 20:55:28 +00:00
header: don't hide advanced info since it's always shown (#3513)
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();
|
||||
}
|
||||
|
||||
$(() => {
|
||||
|
||||
@@ -73,7 +73,7 @@ mg.include('header.lp','r')
|
||||
</p>
|
||||
</li>
|
||||
<!-- Menu Body -->
|
||||
<li class="user-body" id="advanced-info" style="display:none;"></li>
|
||||
<li class="user-body" id="advanced-info"></li>
|
||||
<!-- Menu Footer -->
|
||||
<li class="user-footer">
|
||||
<a class="btn-link" href="https://pi-hole.net/" rel="noopener noreferrer" target="_blank">
|
||||
|
||||
Reference in New Issue
Block a user