mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Fixed: Rule generator
This commit is contained in:
@ -26,7 +26,7 @@ var ruleGenerator = {};
|
||||
ruleGenerator.openRuleSet = function ({ target }) {
|
||||
let urls, key, textArea, btnCopy, content;
|
||||
|
||||
urls = CDNs;
|
||||
urls = mappings.cdn;
|
||||
key = target.getAttribute('data-option');
|
||||
textArea = document.getElementById('generated-rules');
|
||||
btnCopy = document.getElementById('button-copy-rule-set');
|
||||
|
Reference in New Issue
Block a user