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:
Ralph Sennhauser 2025-02-17 19:32:27 +01:00
parent 51bbdc6537
commit 4b59d6b739
No known key found for this signature in database
3 changed files with 10717 additions and 9047 deletions

File diff suppressed because it is too large Load diff

10716
source/tools/profiler2/jquery-3.7.1.js vendored Normal file

File diff suppressed because it is too large Load diff

View file

@ -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>