mirror of
https://github.com/pi-hole/web.git
synced 2026-04-18 07:56:24 +01:00
Revert the defer addition for now
There are still cases we are getting TypeErrors. We should try again after grouping our assets together in all pages. Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -33,6 +33,6 @@ mg.include('scripts/lua/header_authenticated.lp','r')
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script defer src="<?=pihole.fileversion('scripts/js/taillog.js')?>"></script>
|
||||
<script src="<?=pihole.fileversion('scripts/js/taillog.js')?>"></script>
|
||||
|
||||
<? mg.include('scripts/lua/footer.lp','r')?>
|
||||
|
||||
Reference in New Issue
Block a user