mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-01-11 09:35:16 +01:00
Updated: Page.js v1.7.1 -> v1.11.6
This commit is contained in:
parent
14f349deba
commit
2b4394cd5d
@ -680,7 +680,7 @@ var resources = {
|
|||||||
},
|
},
|
||||||
// page.js
|
// page.js
|
||||||
'pageJs': {
|
'pageJs': {
|
||||||
'path': 'resources/page.js/{version}/page.min.jsm',
|
'path': 'resources/page.js/{version}/page.jsm',
|
||||||
'type': 'application/javascript'
|
'type': 'application/javascript'
|
||||||
},
|
},
|
||||||
// Pagination.js
|
// Pagination.js
|
||||||
|
@ -321,7 +321,7 @@ targets.setLastVersion = function (type, version) {
|
|||||||
} else if (type.startsWith('/p2p-media-loader-core') || type.startsWith('/p2p-media-loader-hlsjs')) {
|
} else if (type.startsWith('/p2p-media-loader-core') || type.startsWith('/p2p-media-loader-hlsjs')) {
|
||||||
return '0.6.2';
|
return '0.6.2';
|
||||||
} else if (type.startsWith('/page.js/1.')) {
|
} else if (type.startsWith('/page.js/1.')) {
|
||||||
return '1.7.1';
|
return '1.11.6';
|
||||||
} else if (type.startsWith('/paginationjs/2.')) {
|
} else if (type.startsWith('/paginationjs/2.')) {
|
||||||
return '2.1.5';
|
return '2.1.5';
|
||||||
} else if (type.startsWith('/plyr/3.')) {
|
} else if (type.startsWith('/plyr/3.')) {
|
||||||
|
@ -71,6 +71,7 @@
|
|||||||
<li>Updated: lightgallery.js v1.9.0 -> v1.10.0</li>
|
<li>Updated: lightgallery.js v1.9.0 -> v1.10.0</li>
|
||||||
<li>Updated: Lodash v4.17.10 -> v4.17.20</li>
|
<li>Updated: Lodash v4.17.10 -> v4.17.20</li>
|
||||||
<li>Updated: Lozad.js v1.14.0 -> v1.16.0</li>
|
<li>Updated: Lozad.js v1.14.0 -> v1.16.0</li>
|
||||||
|
<li>Updated: Page.js v1.7.1 -> v1.11.6</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div id="generator-section">
|
<div id="generator-section">
|
||||||
<div class="topic-label">
|
<div class="topic-label">
|
||||||
|
1224
resources/page.js/1.11.6/page.jsm
Normal file
1224
resources/page.js/1.11.6/page.jsm
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user