aboutsummaryrefslogtreecommitdiffstats
path: root/src/popup.html
diff options
context:
space:
mode:
authorDeathamns <deathamns@gmail.com>2014-11-04 12:32:44 +0100
committerDeathamns <deathamns@gmail.com>2014-11-09 17:41:02 +0100
commitd98a8161f9ef23992b88aa1f8c6a17eae45e7959 (patch)
treee6ab346b0aa93f1cd784814dc6a245d2b7ba19e1 /src/popup.html
parentba0b11aabe810c6d0d29b9daf9741ec758272385 (diff)
downloaduBlock-d98a8161f9ef23992b88aa1f8c6a17eae45e7959.zip
uBlock-d98a8161f9ef23992b88aa1f8c6a17eae45e7959.tar.gz
uBlock-d98a8161f9ef23992b88aa1f8c6a17eae45e7959.tar.bz2
Drop js-loader, updates from gorhill/uBlock/master
Diffstat (limited to 'src/popup.html')
-rw-r--r--src/popup.html14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/popup.html b/src/popup.html
index 535dfc0..8857d86 100644
--- a/src/popup.html
+++ b/src/popup.html
@@ -52,14 +52,12 @@
<div class="label">&lt;iframe&gt;</div>
</div>
</div>
-<script src="js/js-loader.js" data-jsList="
-js/vapi-common.js
-js/vapi-client.js
-js/vapi-appinfo.js
-js/udom.js
-js/i18n.js
-js/popup.js
-"></script>
+<script src="js/vapi-common.js"></script>
+<script src="js/vapi-client.js"></script>
+<script src="js/vapi-appinfo.js"></script>
+<script src="js/udom.js"></script>
+<script src="js/i18n.js"></script>
+<script src="js/popup.js"></script>
</body>