mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
3bd7be809a
commit
364c776ff1
12 changed files with 1182 additions and 492 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue