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

Implemented notification if something changed on CDNs or frameworks

This commit is contained in:
nobody
2020-03-08 12:30:03 +01:00
parent 40ea8a2625
commit 48283328c7
10 changed files with 221 additions and 5 deletions

View File

@@ -57,6 +57,8 @@ options._renderOptionsPanel = function () {
if (options._languageSupported === false) {
options._renderLocaleNotice();
}
document.getElementById('last-mapping-update').innerHTML = lastMappingUpdate;
};
options._renderBlockMissingNotice = function () {