mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Added AngularJS v1.6.1 to fix #53
This commit is contained in:
@ -397,7 +397,8 @@ helpers.setLastVersion = function (type, version) {
|
||||
if (type.includes('/algoliasearch/3.')) {
|
||||
version = '3.35.1';
|
||||
} else if (type.includes('/angularjs/1.')) {
|
||||
version = '1.7.9';
|
||||
if (helpers.compareVersion('1.6.2', requestVersion)) version = '1.6.1'; // < v1.6.1
|
||||
else version = '1.7.9';
|
||||
} else if (type.includes('/angularjs-slider/6.')) {
|
||||
version = '6.7.0';
|
||||
} else if (type.includes('/angular-ui-bootstrap/1.')) {
|
||||
|
Reference in New Issue
Block a user