Update jQuery to 3.7.0 (#412)

This commit is contained in:
Jaifroid 2023-05-22 18:55:31 +03:00 committed by GitHub
parent 5ee7bf6467
commit af7f0ff326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 2108 additions and 11913 deletions

View File

@ -174,7 +174,7 @@
<Content Include="www\js\lib\settingsStore.js" />
<Content Include="www\js\lib\filecache.js" />
<Content Include="www\js\lib\images.js" />
<Content Include="www\js\lib\jquery-3.2.1.slim.js" />
<Content Include="www\js\lib\jquery-3.7.0.slim.js" />
<Content Include="www\js\lib\kiwixServe.js" />
<Content Include="www\js\lib\transformZimit.js" />
<Content Include="www\js\lib\updater.js" />

View File

@ -175,7 +175,7 @@
<Content Include="www\js\lib\settingsStore.js" />
<Content Include="www\js\lib\filecache.js" />
<Content Include="www\js\lib\images.js" />
<Content Include="www\js\lib\jquery-3.2.1.slim.js" />
<Content Include="www\js\lib\jquery-3.7.0.slim.js" />
<Content Include="www\js\lib\kiwixServe.js" />
<Content Include="www\js\lib\transformZimit.js" />
<Content Include="www\js\lib\updater.js" />

View File

@ -177,7 +177,7 @@ let precacheFiles = [
"www/js/lib/filecache.js",
"www/js/lib/images.js",
"www/js/lib/jquery.module.js",
"www/js/lib/jquery-3.2.1.slim.js",
"www/js/lib/jquery-3.7.0.slim.js",
"www/js/lib/kiwixServe.js",
"www/js/lib/settingsStore.js",
"www/js/lib/transformStyles.js",

File diff suppressed because it is too large Load Diff

2
www/js/lib/jquery-3.7.0.slim.min.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2,5 +2,5 @@
* Converter module for jQuery. See https://stackoverflow.com/questions/34338411/how-to-import-jquery-using-es6-syntax
*/
import './jquery-3.2.1.slim.js';
import './jquery-3.7.0.slim.js';
export default window.jQuery.noConflict(true);