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

Updated: Web Font Loader (v1.6.28)

This commit is contained in:
nobody
2020-03-17 07:43:51 +01:00
parent 5a19a55ac5
commit 05880b3723
5 changed files with 20 additions and 47 deletions

View File

@ -330,7 +330,7 @@ helpers.setLastVersion = function (type) {
} else if (type.includes('/underscore.js/1.')) {
version = '1.9.1';
} else if (type.includes('/webfont/1.')) {
version = '1.5.18';
version = '1.6.28';
}
return version;