mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 20:02:09 +00:00
Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations (#11055)
- Removed jQuery-Migrate as it seems to no longer be needed. - Removed a dead code section. - Fixed some deprecations detected by jQuery-Migrate. Ref: https://jquery.com/upgrade-guide/3.5/ Ref: https://github.com/gogs/gogs/search?q=repo-name-change-prompt Ref: https://github.com/go-gitea/gitea/search?q=repo-name-change-prompt Fixes: https://github.com/go-gitea/gitea/issues/9372 Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
parent
4be7cf0405
commit
b57a735e77
5 changed files with 115 additions and 137 deletions
7
public/vendor/librejs.html
vendored
7
public/vendor/librejs.html
vendored
|
@ -18,12 +18,7 @@
|
|||
<tr>
|
||||
<td><a href="../js/jquery.js">jQuery</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="../js/jquery.js">jQuery Migrate</a></td>
|
||||
<td><a href="https://jquery.org/license/">MIT</a></td>
|
||||
<td><a href="https://code.jquery.com/jquery-migrate-3.1.0.min.js">jquery-migrate-3.1.0.min.js</a></td>
|
||||
<td><a href="https://code.jquery.com/jquery-3.5.0.min.js">jquery-3.5.0.min.js</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="../fomantic/semantic.min.js">semantic.min.js</a></td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue