mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 07:30:23 +00:00
Fix: load linkquality.js
This commit is contained in:
parent
35177d32ba
commit
b72087db64
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ if ($_COOKIE['sidebarToggled'] == 'true' ) {
|
||||||
<!-- Custom RaspAP JS -->
|
<!-- Custom RaspAP JS -->
|
||||||
<script src="app/js/custom.js"></script>
|
<script src="app/js/custom.js"></script>
|
||||||
|
|
||||||
<?php if ($page == "wlan0_info") { ?>
|
<?php if ($page == "wlan0_info" || !isset($page)) { ?>
|
||||||
<!-- Link Quality Chart -->
|
<!-- Link Quality Chart -->
|
||||||
<script src="app/js/linkquality.js"></script>
|
<script src="app/js/linkquality.js"></script>
|
||||||
<?php }; ?>
|
<?php }; ?>
|
||||||
|
|
Loading…
Reference in a new issue