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

Options page restructured

This commit is contained in:
nobody
2021-02-21 19:28:18 +01:00
parent 9cee50e5ae
commit c59006ae95
8 changed files with 578 additions and 377 deletions

View File

@@ -30,7 +30,7 @@ ruleGenerator.openRuleSet = function ({target}) {
let urls, key, textArea, btnCopy, content;
urls = mappings.cdn;
key = target.getAttribute('data-option');
key = target.getAttribute('data-ruleset');
textArea = document.getElementById('generated-rules');
btnCopy = document.getElementById('button-copy-rule-set');
content = '';