1
0
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:
nobody
2020-10-11 12:52:17 +02:00
parent 3bb3657855
commit 1a97b72039
8 changed files with 29 additions and 27 deletions

View File

@@ -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');