diff options
Diffstat (limited to 'public/vendor/librejs.html')
-rw-r--r-- | public/vendor/librejs.html | 9 |
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> |