1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Added: Tooltipster v3.3.0 (#73)

This commit is contained in:
nobody
2020-08-03 13:48:32 +02:00
parent ab107eac9d
commit e0e5c996ca
5 changed files with 11 additions and 0 deletions

View File

@ -500,6 +500,8 @@ helpers.setLastVersion = function (type, version) {
return '5.4.2';
} else if (type.includes('/tether/1.')) {
return '1.4.7';
} else if (type.includes('/tooltipster/3.')) {
return '3.3.0';
} else if (type.includes('/twitter-bootstrap/4.')) {
return '4.5.0';
} else if (type.includes('/twitter-bootstrap/3.')) {
@ -551,6 +553,7 @@ helpers.compareVersion = function (v1, v2) {
};
const ListOfFiles = {
'jquery.tooltipster.min.jsm': 'Tooltipster',
'jquery.jscrollpane.min.jsm': 'jScrollPane',
'stickyfill.min.jsm': 'Stickyfill',
'jquery.mousewheel.min.jsm': 'jQuery Mousewheel',