浏览代码

Update to jQuery 3.6.1 (#6491)

This commit updates FusionPBX to use jQuery 3.6.1 and also adds a fallback to the other variable name for offhook autodial on the HT802.
Dan 2 年之前
父节点
当前提交
b212ef1cba
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 0 1
      resources/jquery/jquery-3.4.1.min.js
  2. 1 0
      resources/jquery/jquery-3.6.1.min.js
  3. 2 2
      resources/jquery/jquery.min.js.php

文件差异内容过多而无法显示
+ 0 - 1
resources/jquery/jquery-3.4.1.min.js


文件差异内容过多而无法显示
+ 1 - 0
resources/jquery/jquery-3.6.1.min.js


+ 2 - 2
resources/jquery/jquery.min.js.php

@@ -5,6 +5,6 @@ header('Content-type: text/javascript; charset: UTF-8');
 header('Cache-Control: must-revalidate');
 header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT');
 
-include_once 'jquery-3.4.1.min.js';
+include_once 'jquery-3.6.1.min.js';
 
-?>
+?>

部分文件因为文件数量过多而无法显示