public/js: upgrade jQuery to 3.6.0 (#6550)

Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
pull/6566/head
Kevin 2021-05-19 03:12:34 -04:00 committed by GitHub
parent 12ab7efdb0
commit ba8be9489e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
<body>
<table id="jslicense-labels1">
<tr>
<td><a href="/js/jquery-3.4.1.min.js">jquery-3.4.1.min.js</a></td>
<td><a href="/js/jquery-3.6.0.min.js">jquery-3.4.1.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.js">jquery-1.12.4.js</a></td>
</tr>

File diff suppressed because one or more lines are too long

2
public/js/jquery-3.6.0.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -37,7 +37,7 @@
<link rel="shortcut icon" href="{{AppSubURL}}/img/favicon.png" />
<script src="{{AppSubURL}}/js/jquery-3.4.1.min.js"></script>
<script src="{{AppSubURL}}/js/jquery-3.6.0.min.js"></script>
<script src="{{AppSubURL}}/js/libs/jquery.are-you-sure.js"></script>
<link rel="stylesheet" href="{{AppSubURL}}/assets/font-awesome-4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" href="{{AppSubURL}}/assets/octicons-4.3.0/octicons.min.css">