Export: Update jquery to a Secure Version.

Update jquery to a version that fixes known security vulnerabilities.
Triggered by https://github.com/subsurface/subsurface/security/dependabot/7

Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
Michael Keller 2024-10-15 13:58:15 +13:00
parent 3bd7be809a
commit 364c776ff1
12 changed files with 1182 additions and 492 deletions

View file

@ -27,7 +27,7 @@ function load_scripts()
fileref=document.createElement("link");
fileref.setAttribute("rel", "stylesheet");
fileref.setAttribute("type", "text/css");
fileref.setAttribute("href", location.pathname + "_files/jquery.jqplot.css");
fileref.setAttribute("href", location.pathname + "_files/jquery.jqplot.min.css");
document.getElementsByTagName("head")[0].appendChild(fileref);
fileref=document.createElement('script');