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:
@ -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.')) {
|
||||
|
Reference in New Issue
Block a user