fix: load jQuery and utils.js (needed for $.cjax()) from Zoraxy paths

This commit is contained in:
Claus Lohmar 2026-07-24 11:12:50 +00:00
parent 4f48790a5a
commit 81271b6ce6

View file

@ -41,6 +41,9 @@
<div id="toast" class="toast hidden"></div> <div id="toast" class="toast hidden"></div>
<!-- jQuery and $.cjax() from Zoraxy -->
<script src="/script/jquery-3.6.0.min.js"></script>
<script src="/script/utils.js"></script>
<script src="./app.js"></script> <script src="./app.js"></script>
</body> </body>
</html> </html>