mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2024-12-24 09:10:43 +01:00
Fixed: Rule generator
This commit is contained in:
parent
04a3a6cd6e
commit
b0bb2add31
@ -26,7 +26,7 @@ var ruleGenerator = {};
|
|||||||
ruleGenerator.openRuleSet = function ({ target }) {
|
ruleGenerator.openRuleSet = function ({ target }) {
|
||||||
let urls, key, textArea, btnCopy, content;
|
let urls, key, textArea, btnCopy, content;
|
||||||
|
|
||||||
urls = CDNs;
|
urls = mappings.cdn;
|
||||||
key = target.getAttribute('data-option');
|
key = target.getAttribute('data-option');
|
||||||
textArea = document.getElementById('generated-rules');
|
textArea = document.getElementById('generated-rules');
|
||||||
btnCopy = document.getElementById('button-copy-rule-set');
|
btnCopy = document.getElementById('button-copy-rule-set');
|
||||||
|
Loading…
Reference in New Issue
Block a user