1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Removed: Google Charts (#167)

This commit is contained in:
nobody
2021-02-02 05:32:46 +01:00
parent fc17f2f0b5
commit 87aeac37a3
8 changed files with 2 additions and 167 deletions

View File

@@ -32,9 +32,6 @@ ruleGenerator.openRuleSet = function ({ target }) {
btnCopy = document.getElementById('button-copy-rule-set');
content = '';
// Exclude www.gstatic.com
delete urls['www.gstatic.com'];
textArea.style.display = 'block';
btnCopy.style.display = 'block';