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

Added clipboard.js v1.7.1 (#36)

This commit is contained in:
nobody
2020-06-23 18:26:06 +02:00
parent 7e277431e7
commit 1649aa8a3d
4 changed files with 11 additions and 0 deletions

View File

@ -559,6 +559,8 @@ helpers.setLastVersion = function (type, version) {
return '10.6.2';
} else if (type.includes('/bootstrap-select/1.')) {
return '1.13.17';
} else if (type.includes('/clipboard.js/1.')) {
return '1.7.1';
} else if (type.includes('/clipboard.js/2.')) {
return '2.0.6';
} else if (type.includes('/d3/3.')) {