mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-29 14:15:55 +00:00
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
This commit is contained in:
parent
072bdfa3f5
commit
efaee46b4d
6 changed files with 232 additions and 10 deletions
9
public/vendor/librejs.html
vendored
9
public/vendor/librejs.html
vendored
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue