mirror of
https://github.com/gogs/gogs.git
synced 2025-05-23 16:00:56 +00:00
public/js: upgrade jQuery 1.12.4 to 3.4.1
This commit is contained in:
parent
2637931102
commit
e99f43f59c
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -6,5 +6,5 @@ public/css/themes/* linguist-vendored
|
||||
public/css/github.min.css linguist-vendored
|
||||
public/css/semantic-2.4.2.min.css linguist-vendored
|
||||
public/js/libs/* linguist-vendored
|
||||
public/js/jquery-1.12.4.min.js linguist-vendored
|
||||
public/js/jquery-3.4.1.min.js linguist-vendored
|
||||
public/js/semantic-2.4.2.min.js linguist-vendored
|
||||
|
@ -7,7 +7,7 @@
|
||||
<body>
|
||||
<table id="jslicense-labels1">
|
||||
<tr>
|
||||
<td><a href="/js/jquery-1.12.4.min.js">jquery-1.12.4.min.js</a></td>
|
||||
<td><a href="/js/jquery-3.4.1.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>
|
||||
|
5
public/js/jquery-1.12.4.min.js
vendored
5
public/js/jquery-1.12.4.min.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/jquery-3.4.1.min.js
vendored
Normal file
2
public/js/jquery-3.4.1.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -37,7 +37,7 @@
|
||||
|
||||
<link rel="shortcut icon" href="{{AppSubURL}}/img/favicon.png" />
|
||||
|
||||
<script src="{{AppSubURL}}/js/jquery-1.12.4.min.js"></script>
|
||||
<script src="{{AppSubURL}}/js/jquery-3.4.1.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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user