1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-02-19 21:30:59 +01:00

Internal resources counter corrected

This commit is contained in:
nobody 2021-06-27 07:21:07 +02:00
parent 67c3e74b1d
commit d07630778d
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A

View File

@ -30,7 +30,7 @@ optionsInfo._renderCdnFrameworkSection = function () {
let unsupportedFrameworks, summarizedFrameworks, btnCDNs, btnFrameworks; let unsupportedFrameworks, summarizedFrameworks, btnCDNs, btnFrameworks;
unsupportedFrameworks = 0; unsupportedFrameworks = 0;
summarizedFrameworks = 13; summarizedFrameworks = 12;
optionsInfo._listOfFrameworks = {}; optionsInfo._listOfFrameworks = {};
btnCDNs = document.getElementById('cdn'); btnCDNs = document.getElementById('cdn');