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

Added D3.js v3.5.17

This commit is contained in:
nobody42
2020-03-26 08:14:09 +01:00
parent afdc6c1c0f
commit 4077458dcf
6 changed files with 17 additions and 0 deletions

View File

@ -340,6 +340,8 @@ helpers.setLastVersion = function (type, versionNumber) {
version = '4.4.1';
} else if (type.includes('/bootstrap-slider/10.')) {
version = '10.6.2';
} else if (type.includes('/d3/3.')) {
version = '3.5.17';
} else if (type.includes('/dojo/1.')) {
version = '1.14.1';
} else if (type.includes('/ember.js/1.')) {