mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Only open release notes in case of new CDNs (#132)
This commit is contained in:
@@ -24,7 +24,7 @@ var ruleGenerator = {};
|
||||
* Public Methods
|
||||
*/
|
||||
ruleGenerator.openRuleSet = function ({ target }) {
|
||||
let urls = mappings;
|
||||
let urls = mappings.cdn;
|
||||
let key = target.getAttribute('data-option');
|
||||
|
||||
let textArea = document.getElementById('generated-rules');
|
||||
|
Reference in New Issue
Block a user