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:
@@ -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 = '';
|
||||
|
Reference in New Issue
Block a user