Remote can now be moved, cleaned up JS file, added jQuery 3.4.1

This commit is contained in:
Dan
2019-12-26 23:01:37 +00:00
parent 375d7a9354
commit ef358d6afc
4 changed files with 9 additions and 3 deletions

View File

@@ -237,7 +237,8 @@
<p id="keyLockLabel">Radar key lock toggled</p>
<!-- Load JavaScript files -->
<script src="nui://game/ui/jquery.js"></script>
<!-- <script src="nui://game/ui/jquery.js"></script> -->
<script src="jquery-3.4.1.min.js"></script>
<script src="radar.js"></script>
</body>
</html>