aboutsummaryrefslogtreecommitdiffstats
path: root/src/background.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/background.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/background.html')
-rw-r--r--src/background.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/background.html b/src/background.html
index 4565a27..378ed5a 100644
--- a/src/background.html
+++ b/src/background.html
@@ -5,8 +5,8 @@
<title>µBlock</title>
</head>
<body>
-<script src="lib/punycode.min.js"></script>
-<script src="lib/publicsuffixlist.min.js"></script>
+<script src="lib/punycode.js"></script>
+<script src="lib/publicsuffixlist.js"></script>
<script src="lib/yamd5.js"></script>
<script src="js/vapi-common.js"></script>
<script src="js/vapi-background.js"></script>