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

2
nui/jquery-3.4.1.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -354,10 +354,12 @@ button:focus { outline: none; }
height: 800px;
position: absolute;
top: 0;
/* top: 0;
bottom: 0;
left: 0;
right: 0;
right: 0; */
top: calc( 50% - ( 800px / 2 ) );
left: calc( 50% - ( 315px / 2 ) );
margin: auto;
/* padding-top: 25px; */
padding: 65px 30px 50px 30px;

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>