瀏覽代碼

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

Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
Kevin 3 年之前
父節點
當前提交
ba8be9489e
共有 4 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      public/assets/librejs/librejs.html
  2. 0 1
      public/js/jquery-3.4.1.min.js
  3. 1 0
      public/js/jquery-3.6.0.min.js
  4. 1 1
      templates/base/head.tmpl

+ 1 - 1
public/assets/librejs/librejs.html

@@ -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 it is too large
+ 0 - 1
public/js/jquery-3.4.1.min.js


File diff suppressed because it is too large
+ 1 - 0
public/js/jquery-3.6.0.min.js


+ 1 - 1
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">

Some files were not shown because too many files changed in this diff