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

Fixed #31 and Store.js v2.0.4 added

This commit is contained in:
nobody42
2020-03-27 09:00:14 +01:00
parent 2e83168a54
commit 170852e1fa
6 changed files with 18 additions and 0 deletions

View File

@@ -272,6 +272,8 @@ helpers.determineResourceName = function (filename) {
return 'Scriptaculous';
case 'spin.min.jsm':
return 'spin.js';
case 'store.legacy.min.jsm':
return 'Store.js';
case 'swfobject.jsm':
return 'SWFObject';
case 'toastr.min.cssm':
@@ -418,6 +420,8 @@ helpers.setLastVersion = function (type, version) {
version = '1.9.0';
} else if (type.includes('/spin.js/2.')) {
version = '2.3.2';
} else if (type.includes('/store.js/2.')) {
version = '2.0.4';
} else if (type.includes('/swfobject/2.')) {
version = '2.2';
} else if (type.includes('/twitter-bootstrap/3.')) {