index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
templates
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Kevin <54338720+kvnjw@users.noreply.github.com>
2021-05-19 03:12:34 -0400
committer
GitHub <noreply@github.com>
2021-05-19 15:12:34 +0800
commit
ba8be9489e6d959fa9005fc7d38bf62562580d23
(
patch
)
tree
874385782b73456444edc4a97d8075f5e219c9f4
/
templates
parent
12ab7efdb061690f100ceaeda7f7ed666ce419a6
(
diff
)
public/js: upgrade jQuery to 3.6.0 (#6550)
Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
Diffstat
(limited to 'templates')
-rw-r--r--
templates/base/head.tmpl
2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl
index b4547994..bd6dea8b 100644
--- a/
templates/base/head.tmpl
+++ b/
templates/base/head.tmpl
@@ -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">