Added: Colorbox v1.6.4 (#1181)
This commit is contained in:
parent
d4d33c1c2e
commit
a8fd61a781
|
@ -1176,6 +1176,7 @@ https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js
|
|||
https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.1/jquery.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery-ajax-unobtrusive/3.2.6/jquery.unobtrusive-ajax.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery.blockUI/2.70/jquery.blockUI.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery.colorbox/1.6.4/jquery.colorbox-min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery-csv/1.0.21/jquery.csv.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery.cycle2/2.1.6/core/jquery.cycle2.autoheight.min.js
|
||||
|
|
|
@ -338,6 +338,7 @@ mappings.cdn = {
|
|||
'jquery-ajax-unobtrusive/{version}/jquery.unobtrusive-ajax.': resources.jqueryAjaxUnobtrusive,
|
||||
'jquery.devbridge-autocomplete/{version}/jquery.autocomplete.min.js': resources.jQueryAjaxAutoComplete,
|
||||
'jquery.blockUI/{version}/jquery.blockUI.min.js': resources.jQueryBlockUI,
|
||||
'jquery.colorbox/{version}/jquery.colorbox': resources.jqueryColorbox,
|
||||
'jquery-csv/{version}/jquery.csv.min.js': resources.jQueryCSV,
|
||||
'jquery.cycle2/{version}/': resources.jqueryCycle2,
|
||||
'jquery-easing/{version}/jquery.easing.': resources.jQueryEasing,
|
||||
|
|
|
@ -553,6 +553,10 @@ var resources = {
|
|||
'jqueryCycle2': {
|
||||
'path': 'resources/jquery.cycle2/{version}/'
|
||||
},
|
||||
// Colorbox
|
||||
'jqueryColorbox': {
|
||||
'path': 'resources/jquery.colorbox/{version}/jquery.colorbox-min.jsm'
|
||||
},
|
||||
// jquery.cookie [Deprecated]
|
||||
'jqueryCookie': {
|
||||
'path': 'resources/jquery-cookie/{version}/jquery.cookie.min.jsm'
|
||||
|
|
|
@ -267,6 +267,7 @@ targets.setLastVersion = function (type, version) {
|
|||
}
|
||||
if (type.startsWith('/jquery-ajax-unobtrusive/3.')) return '3.2.6';
|
||||
if (type.startsWith('/jquery.blockUI/2.')) return '2.70';
|
||||
if (type.startsWith('/jquery.colorbox/1.')) return '1.6.4';
|
||||
if (type.startsWith('/jquery-cookie/1.')) return '1.4.1';
|
||||
if (type.startsWith('/jquery-csv/1.')) return '1.0.21';
|
||||
if (type.startsWith('/jquery-easing/1.')) return '1.4.1';
|
||||
|
@ -485,6 +486,7 @@ targets.determineResourceName = function (filename) {
|
|||
};
|
||||
|
||||
const ListOfFiles = {
|
||||
'jquery.colorbox-min.jsm': 'Colorbox',
|
||||
'rangeslider.min.css': 'rangeslider.js (CSS)',
|
||||
'rangeslider.min.jsm': 'rangeslider.js (JS)',
|
||||
'in-view.min.jsm': 'in-view',
|
||||
|
|
|
@ -36,6 +36,10 @@
|
|||
<ul>
|
||||
<li>cdnjs.cloudflare.com -> swiper-bundle CSS & JS (<a href="https://codeberg.org/nobody/LocalCDN/issues/1181">#1181</a>)</li>
|
||||
</ul>
|
||||
<p>Added</p>
|
||||
<ul>
|
||||
<li>Colorbox v1.6.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1181">#1181</a>)</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue