public/js: upgrade jQuery 1.11.3 to 1.12.4

pull/5913/head
Unknwon 2020-01-31 21:20:47 +08:00
parent b28fb90851
commit 4c415aefed
No known key found for this signature in database
GPG Key ID: AD9191DE07E9EAFA
6 changed files with 13 additions and 1296 deletions

4
.gitattributes vendored
View File

@ -6,5 +6,5 @@ public/css/themes/* linguist-vendored
public/css/github.min.css linguist-vendored
public/css/semantic-2.3.1.min.css linguist-vendored
public/js/libs/* linguist-vendored
public/js/jquery-1.11.3.min.js linguist-vendored
public/js/semantic-2.3.1.min.js linguist-vendored
public/js/jquery-1.12.4.min.js linguist-vendored
public/js/semantic-2.3.1.min.js linguist-vendored

View File

@ -6,10 +6,10 @@
</head>
<body>
<table id="jslicense-labels1">
<tr>
<td><a href="/js/jquery-1.11.3.min.js">jquery-1.11.3.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.11.3.js">jquery-1.11.3.js</a></td>
<tr>
<td><a href="/js/jquery-1.12.4.min.js">jquery-1.12.4.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>
<tr>
<td><a href="/js/libs/jquery.are-you-sure.js">jquery.are-you-sure.js</a></td>

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

5
public/js/jquery-1.12.4.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -11,7 +11,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="_csrf" content="{{.CSRFToken}}" />
<meta name="_suburl" content="{{AppSubURL}}" />
<!-- Open Graph Tags -->
{{if .PageIsAdmin}}
{{else if .PageIsUserProfile}}
@ -37,7 +37,7 @@
<link rel="shortcut icon" href="{{AppSubURL}}/img/favicon.png" />
<script src="{{AppSubURL}}/js/jquery-1.11.3.min.js"></script>
<script src="{{AppSubURL}}/js/jquery-1.12.4.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">