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

Updated: popper.js v2.4.4 (#103)

This commit is contained in:
nobody
2020-09-12 10:23:11 +02:00
parent 98d4c9f92b
commit 4ed63cc475
4 changed files with 10 additions and 0 deletions

View File

@@ -477,6 +477,8 @@ helpers.setLastVersion = function (type, version) {
return '3.5.10';
} else if (type.includes('/popper.js/1.')) {
return '1.16.1';
} else if (type.includes('/popper.js/2.')) {
return '2.4.4';
} else if (type.includes('/prototype/1.')) {
return '1.7.3.0';
} else if (type.includes('/raven.js/3.')) {