Add linkquality.js

This commit is contained in:
billz 2019-10-14 11:33:02 +01:00
parent 71fe3165e6
commit 5c5ff6c5bb
1 changed files with 3 additions and 0 deletions

View File

@ -281,6 +281,9 @@ $theme_url = 'app/css/'.htmlspecialchars($theme, ENT_QUOTES);
<!-- Custom RaspAP JS -->
<script src="app/js/custom.js"></script>
<!-- Link Quality Chart -->
<script src="app/js/linkquality.js"></script>
<?php
// Load non default JS/ECMAScript in footer.
foreach ($extraFooterScripts as $script) {