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
1 changed files with 1 additions and 1 deletions

View File

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