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

Added Tether v1.4.7 (#77)

This commit is contained in:
nobody42
2020-05-16 17:39:26 +02:00
parent dbdb5ff138
commit ffc4095d7f
6 changed files with 15 additions and 0 deletions

View File

@ -374,6 +374,8 @@ helpers.determineResourceName = function (filename) {
return 'Store.js';
case 'swfobject.jsm':
return 'SWFObject';
case 'tether.min.jsm':
return 'Tether JS';
case 'toastr.min.css':
return 'toastr.js';
case 'toastr.min.jsm':
@ -607,6 +609,8 @@ helpers.setLastVersion = function (type, version) {
version = '2.0.4';
} else if (type.includes('/swfobject/2.')) {
version = '2.2';
} else if (type.includes('/tether/1.')) {
version = '1.4.7';
} else if (type.includes('/twitter-bootstrap/4.')) {
version = '4.5.0';
} else if (type.includes('/twitter-bootstrap/3.')) {