mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-12-26 23:26:47 +01:00
Replace monolithic custom.js with ajax + ui
This commit is contained in:
@@ -147,8 +147,9 @@ initializeApp();
|
||||
<!-- Librespeed JavaScript -->
|
||||
<script src="dist/speedtest/speedtest.js?v=<?= filemtime('dist/speedtest/speedtest.js'); ?>"></script>
|
||||
|
||||
<!-- Custom RaspAP JS -->
|
||||
<script src="app/js/custom.js?v=<?= filemtime('app/js/custom.js'); ?>"></script>
|
||||
<!-- RaspAP JavaScript -->
|
||||
<script src="app/js/ajax/main.js?v=<?= filemtime('app/js/ajax/main.js'); ?>"></script>
|
||||
<script src="app/js/ui/main.js?v=<?= filemtime('app/js/ui/main.js'); ?>"></script>
|
||||
|
||||
<?php loadFooterScripts($extraFooterScripts); ?>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user