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

Added toastr.js v2.1.4

This commit is contained in:
nobody42
2020-03-26 07:24:37 +01:00
parent 16e9435760
commit d8a98b74a9
7 changed files with 26 additions and 0 deletions

View File

@ -250,6 +250,10 @@ helpers.determineResourceName = function (filename) {
return 'Scriptaculous';
case 'swfobject.jsm':
return 'SWFObject';
case 'toastr.min.cssm':
return 'toastr.js';
case 'toastr.min.jsm':
return 'toastr.js';
case 'underscore-min.jsm':
return 'Underscore.js';
case 'webfont.jsm':
@ -368,6 +372,8 @@ helpers.setLastVersion = function (type, versionNumber) {
version = '2.2';
} else if (type.includes('/twitter-bootstrap/3.')) {
version = '3.4.1';
} else if (type.includes('/toastr.js/2.')) {
version = '2.1.4';
} else if (type.includes('/underscore.js/1.')) {
version = '1.9.1';
} else if (type.includes('/vue/1.')) {