Variable changed in option pages (#132)
This commit is contained in:
parent
1a97b72039
commit
078a8198d0
|
@ -133,7 +133,7 @@ options._renderOptionsPanel = function () {
|
|||
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('link-welcome-page').addEventListener('click', function () { options._onLinkClick(Links.WELCOME); });
|
||||
document.getElementById('link-changelog').addEventListener('click', function () { options._onLinkClick(Links.CHANGELOG); });
|
||||
|
|
Loading…
Reference in New Issue