Move script tags inside html tag

Fixes #863

Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
This commit is contained in:
Mcat12
2018-11-10 13:51:14 -05:00
parent 738cf0479f
commit 3b635e0245
13 changed files with 36 additions and 40 deletions
+3 -2
View File
@@ -348,8 +348,9 @@ else
</div>
<!-- /.row -->
<?php } ?>
<script src="scripts/pi-hole/js/index.js"></script>
<?php
require "scripts/pi-hole/php/footer.php";
?>
<script src="scripts/pi-hole/js/index.js"></script>