소스 검색

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('Cache-Control: must-revalidate');
 header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT');
 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';
 
 
-?>
+?>

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.