summaryrefslogtreecommitdiffstats
path: root/public/vendor/librejs.html
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2019-07-12 01:21:44 -0400
committerLauris BH <lauris@nix.lv>2019-07-12 08:21:44 +0300
commitefaee46b4df538e23367a7f4e2205f446b6c709b (patch)
treeac1e05d0a51641563e4e39a7cd50358a7f622a07 /public/vendor/librejs.html
parent072bdfa3f50591863d523202e6d8a0fac0ca7ea7 (diff)
downloadgitea-efaee46b4df538e23367a7f4e2205f446b6c709b.tar.gz
gitea-efaee46b4df538e23367a7f4e2205f446b6c709b.zip
jQuery 3 (#7425)
* jquery 3 * use most recent version of migrate plugin * Delete .DS_Store * update service worker in case anyone has old version of jquery cached
Diffstat (limited to 'public/vendor/librejs.html')
-rw-r--r--public/vendor/librejs.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/public/vendor/librejs.html b/public/vendor/librejs.html
index 8a1669ae02..00e5ff1d70 100644
--- a/public/vendor/librejs.html
+++ b/public/vendor/librejs.html
@@ -17,8 +17,13 @@
</tr>
<tr>
<td><a href="./plugins/jquery/jquery.min.js">jquery.min.js</a></td>
- <td><a href="http://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td>
- <td><a href="https://code.jquery.com/jquery-1.12.4.min.js">jquery-1.12.4.min.js</a></td>
+ <td><a href="https://jquery.org/license/">MIT</a></td>
+ <td><a href="https://code.jquery.com/jquery-3.4.1.min.js">jquery-3.4.1.min.js</a></td>
+ </tr>
+ <tr>
+ <td><a href="./plugins/jquery-migrate/jquery-migrate.min.js">jquery-migrate.min.js</a></td>
+ <td><a href="https://jquery.org/license/">MIT</a></td>
+ <td><a href="https://code.jquery.com/jquery-migrate-3.0.1.min.js">jquery-migrate-3.0.1.min.js</a></td>
</tr>
<tr>
<td><a href="./plugins/semantic/semantic.min.js">semantic.min.js</a></td>