mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 02:39:25 +01:00
Move footer script back to footer
Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
This commit is contained in:
@@ -230,8 +230,6 @@ if($auth) {
|
||||
<script src="scripts/vendor/dataTables.bootstrap.min.js"></script>
|
||||
<script src="scripts/vendor/Chart.bundle.min.js"></script>
|
||||
|
||||
<script src="scripts/pi-hole/js/footer.js"></script>
|
||||
|
||||
<!-- Send token to JS -->
|
||||
<div id="token" hidden><?php if($auth) echo $token; ?></div>
|
||||
<div id="enableTimer" hidden><?php if(file_exists("../custom_disable_timer")){ echo file_get_contents("../custom_disable_timer"); } ?></div>
|
||||
|
||||
Reference in New Issue
Block a user