mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
add jquery-powertip v1.2.0 (#1634)
This commit is contained in:
@@ -813,6 +813,7 @@ https://cdnjs.cloudflare.com/ajax/libs/jquery-mobile/1.4.5/jquery.mobile.min.js
|
|||||||
https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.2/jquery.modal.min.css
|
https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.2/jquery.modal.min.css
|
||||||
https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.2/jquery.modal.min.js
|
https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.2/jquery.modal.min.js
|
||||||
https://cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.1.13/jquery.mousewheel.min.js
|
https://cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.1.13/jquery.mousewheel.min.js
|
||||||
|
https://cdnjs.cloudflare.com/ajax/libs/jquery-powertip/1.2.0/jquery.powertip.min.js
|
||||||
https://cdnjs.cloudflare.com/ajax/libs/jquery.scrollbar/0.2.11/jquery.scrollbar.min.js
|
https://cdnjs.cloudflare.com/ajax/libs/jquery.scrollbar/0.2.11/jquery.scrollbar.min.js
|
||||||
https://cdnjs.cloudflare.com/ajax/libs/jquery-scrollTo/2.1.3/jquery.scrollTo.min.js
|
https://cdnjs.cloudflare.com/ajax/libs/jquery-scrollTo/2.1.3/jquery.scrollTo.min.js
|
||||||
https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.31.3/js/jquery.tablesorter.min.js
|
https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.31.3/js/jquery.tablesorter.min.js
|
||||||
|
@@ -372,6 +372,8 @@ mappings.cdn = {
|
|||||||
'jquery-mobile/{version}/jquery.mobile.min.css': resources.jQueryMobileCSS,
|
'jquery-mobile/{version}/jquery.mobile.min.css': resources.jQueryMobileCSS,
|
||||||
'jquery-mobile/{version}/jquery.mobile.css': resources.jQueryMobileCSS,
|
'jquery-mobile/{version}/jquery.mobile.css': resources.jQueryMobileCSS,
|
||||||
'jquery-mousewheel/{version}/jquery.mousewheel.min.js': resources.jqueryMousewheelJS,
|
'jquery-mousewheel/{version}/jquery.mousewheel.min.js': resources.jqueryMousewheelJS,
|
||||||
|
'jquery-powertip/{version}/jquery.powertip.min.js': resources.jqueryPowertip,
|
||||||
|
'jquery-powertip/{version}/jquery.powertip.js': resources.jqueryPowertip,
|
||||||
'jquery-cookie/{version}/jquery.cookie.': resources.jqueryCookie,
|
'jquery-cookie/{version}/jquery.cookie.': resources.jqueryCookie,
|
||||||
'jquery.scrollbar/{version}/jquery.scrollbar.min.js': resources.jQueryScrollbar,
|
'jquery.scrollbar/{version}/jquery.scrollbar.min.js': resources.jQueryScrollbar,
|
||||||
'jquery.scrollbar/{version}/jquery.scrollbar.js': resources.jQueryScrollbar,
|
'jquery.scrollbar/{version}/jquery.scrollbar.js': resources.jQueryScrollbar,
|
||||||
|
@@ -583,6 +583,10 @@ let resources = {
|
|||||||
'jqueryMousewheelJS': {
|
'jqueryMousewheelJS': {
|
||||||
'path': 'resources/jquery-mousewheel/{version}/jquery.mousewheel.min.jsm'
|
'path': 'resources/jquery-mousewheel/{version}/jquery.mousewheel.min.jsm'
|
||||||
},
|
},
|
||||||
|
// jqueryPowertip
|
||||||
|
'jqueryPowertip': {
|
||||||
|
'path': 'resources/jquery-powertip/{version}/jquery.powertip.min.jsm'
|
||||||
|
},
|
||||||
// jQuery Scrollbar [Deprecated]
|
// jQuery Scrollbar [Deprecated]
|
||||||
'jQueryScrollbar': {
|
'jQueryScrollbar': {
|
||||||
'path': 'resources/jquery.scrollbar/{version}/jquery.scrollbar.min.jsm'
|
'path': 'resources/jquery.scrollbar/{version}/jquery.scrollbar.min.jsm'
|
||||||
|
@@ -281,6 +281,7 @@ targets.setLastVersion = function (type, version) {
|
|||||||
if (type.startsWith('/jeditable.js/2.')) return '2.0.19';
|
if (type.startsWith('/jeditable.js/2.')) return '2.0.19';
|
||||||
if (type.startsWith('/jquery.cycle2/2.')) return '2.1.6';
|
if (type.startsWith('/jquery.cycle2/2.')) return '2.1.6';
|
||||||
if (type.startsWith('/jquery.scrollbar/0.')) return '0.2.11';
|
if (type.startsWith('/jquery.scrollbar/0.')) return '0.2.11';
|
||||||
|
if (type.startsWith('/jquery-powertip/1.')) return '1.2.0';
|
||||||
if (type.startsWith('/jquery-validation-unobtrusive/3.')) return '3.2.12';
|
if (type.startsWith('/jquery-validation-unobtrusive/3.')) return '3.2.12';
|
||||||
if (type.startsWith('/jquery-validation-unobtrusive/4.')) return '4.0.0';
|
if (type.startsWith('/jquery-validation-unobtrusive/4.')) return '4.0.0';
|
||||||
if (type.startsWith('/jquery.tablesorter/2.')) return '2.31.3';
|
if (type.startsWith('/jquery.tablesorter/2.')) return '2.31.3';
|
||||||
@@ -518,6 +519,7 @@ targets.determineResourceName = function (filename) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const ListOfFiles = {
|
const ListOfFiles = {
|
||||||
|
'jquery.powertip.min.jsm': 'jquery-powertip',
|
||||||
'jsrender.min.jsm': 'jsrender',
|
'jsrender.min.jsm': 'jsrender',
|
||||||
'supabase.min.jsm': 'supabase-js',
|
'supabase.min.jsm': 'supabase-js',
|
||||||
'handlebars.min.jsm': 'handlebars.js',
|
'handlebars.min.jsm': 'handlebars.js',
|
||||||
|
@@ -25,9 +25,9 @@
|
|||||||
<h2>New in LocalCDN:</h2>
|
<h2>New in LocalCDN:</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="release-notes-area">
|
<div class="release-notes-area">
|
||||||
<p></p>
|
<p>Added</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li></li>
|
<li>jquery-powertip v1.2.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1634">#1634</a>)</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div id="generator-section">
|
<div id="generator-section">
|
||||||
|
8
resources/jquery-powertip/1.2.0/jquery.powertip.min.jsm
Normal file
8
resources/jquery-powertip/1.2.0/jquery.powertip.min.jsm
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user