fix: load jQuery and utils.js (needed for $.cjax()) from Zoraxy paths
This commit is contained in:
parent
4f48790a5a
commit
81271b6ce6
1 changed files with 3 additions and 0 deletions
|
|
@ -41,6 +41,9 @@
|
|||
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue