mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07:00
Update jquery used by profiler2 webui
jquery 1 is for support of old version of browsers not even maintained this days. Updating prevents occasional hangs for me. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
parent
51bbdc6537
commit
4b59d6b739
3 changed files with 10717 additions and 9047 deletions
9046
source/tools/profiler2/jquery-1.6.4.js
vendored
9046
source/tools/profiler2/jquery-1.6.4.js
vendored
File diff suppressed because it is too large
Load diff
10716
source/tools/profiler2/jquery-3.7.1.js
vendored
Normal file
10716
source/tools/profiler2/jquery-3.7.1.js
vendored
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>0 A.D. profiler UI</title>
|
||||
<script src="jquery-1.6.4.js"></script>
|
||||
<script src="jquery-3.7.1.js"></script>
|
||||
<script src="utilities.js"></script>
|
||||
<script src="ReportDraw.js"></script>
|
||||
<script src="Profiler2Report.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue