Browse Source

also replace jquery 1.12.4 with 3.7.0 in setup.php

... and delete the old jquery-1.12.4.min.js
pull/744/head
Christian Boltz 3 years ago
parent
commit
656b44d60c
No known key found for this signature in database GPG Key ID: C6A682EA63C82F1C
  1. 5
      public/jquery-1.12.4.min.js
  2. 2
      public/setup.php

5
public/jquery-1.12.4.min.js
File diff suppressed because it is too large
View File

2
public/setup.php

@ -15,7 +15,7 @@ require_once('common.php');
<link rel="stylesheet" href="css/bootstrap.css"/>
<!-- https://www.srihash.org/ -->
<script src="jquery-1.12.4.min.js"
<script src="jquery-3.7.0.min.js"
integrity="sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ"
crossorigin="anonymous"></script>

Loading…
Cancel
Save