mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Variable changed in option pages (#132)
This commit is contained in:
@@ -133,7 +133,7 @@ options._renderOptionsPanel = function () {
|
|||||||
document.getElementById('badged-text-color').value = txtColor;
|
document.getElementById('badged-text-color').value = txtColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
document.getElementById('last-mapping-update').textContent += ' ' + lastMappingUpdate;
|
document.getElementById('last-mapping-update').textContent += ' ' + mappings.lastMappingUpdate;
|
||||||
document.getElementById('negate-html-filter-list-warning').addEventListener('click', function () { options._onLinkClick(Links.CODEBERG_HTML_FILTER); });
|
document.getElementById('negate-html-filter-list-warning').addEventListener('click', function () { options._onLinkClick(Links.CODEBERG_HTML_FILTER); });
|
||||||
document.getElementById('link-welcome-page').addEventListener('click', function () { options._onLinkClick(Links.WELCOME); });
|
document.getElementById('link-welcome-page').addEventListener('click', function () { options._onLinkClick(Links.WELCOME); });
|
||||||
document.getElementById('link-changelog').addEventListener('click', function () { options._onLinkClick(Links.CHANGELOG); });
|
document.getElementById('link-changelog').addEventListener('click', function () { options._onLinkClick(Links.CHANGELOG); });
|
||||||
|
Reference in New Issue
Block a user