Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
- Update JQuery to 3.5.0
- Update JQueryTerminal to 2.15.4
- Migrate __resource.lua to fxmanifest.lua
- Require FX version bodacious
  • Loading branch information
lfuelling committed May 3, 2020
1 parent bc55225 commit 890c6ca
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 13 deletions.
5 changes: 3 additions & 2 deletions __resource.lua → fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
fx_version 'bodacious'
game 'gta5'

description 'ESX Hacking Mission/Job'

version '0.0.2'
version '0.0.5'

dependency 'bob74_ipl'
dependency 'es_extended'
Expand Down
2 changes: 0 additions & 2 deletions html/lib/jquery-3.4.1.min.js

This file was deleted.

2 changes: 2 additions & 0 deletions html/lib/jquery-3.5.0.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions html/lib/jquery.terminal.min.css

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions html/lib/jquery.terminal.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion html/ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div id="screen"></div>
</div>

<script src="lib/jquery-3.4.1.min.js"></script>
<script src="lib/jquery-3.5.0.min.js"></script>
<script src="lib/jquery.terminal.min.js"></script>
<script src="ui.js"></script>
</body>
Expand Down

0 comments on commit 890c6ca

Please sign in to comment.