aboutsummaryrefslogtreecommitdiffstats
path: root/src/whitelist.html
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-01-30 08:04:52 -0500
committergorhill <rhill@raymondhill.net>2015-01-30 08:04:52 -0500
commit084f092c33b94ec6bd8a126331ef9b8cac526953 (patch)
tree10b66e70fd9c3dc06e48a53bdd6d3a718a58891a /src/whitelist.html
parentb0999c8af7eef2de4d322b413495462284152ef2 (diff)
downloaduBlock-084f092c33b94ec6bd8a126331ef9b8cac526953.zip
uBlock-084f092c33b94ec6bd8a126331ef9b8cac526953.tar.gz
uBlock-084f092c33b94ec6bd8a126331ef9b8cac526953.tar.bz2
re #550: use non-minified external libs
Diffstat (limited to 'src/whitelist.html')
-rw-r--r--src/whitelist.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/whitelist.html b/src/whitelist.html
index 843b5ac..0831320 100644
--- a/src/whitelist.html
+++ b/src/whitelist.html
@@ -19,7 +19,7 @@
<input id="importFilePicker" type="file" accept="text/plain" class="hiddenFileInput"></p>
</div>
-<script src="lib/punycode.min.js"></script>
+<script src="lib/punycode.js"></script>
<script src="js/vapi-common.js"></script>
<script src="js/vapi-client.js"></script>
<script src="js/udom.js"></script>