aboutsummaryrefslogtreecommitdiffstats
path: root/src/stats.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/stats.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/stats.html')
-rw-r--r--src/stats.html14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/stats.html b/src/stats.html
index b6ca1f5..ab3187e 100644
--- a/src/stats.html
+++ b/src/stats.html
@@ -29,14 +29,12 @@
</div>
-<script src="js/js-loader.js" data-jsList="
-js/vapi-common.js
-js/vapi-client.js
-js/udom.js
-js/i18n.js
-js/dashboard-common.js
-js/stats.js
-"></script>
+<script src="js/vapi-common.js"></script>
+<script src="js/vapi-client.js"></script>
+<script src="js/udom.js"></script>
+<script src="js/i18n.js"></script>
+<script src="js/dashboard-common.js"></script>
+<script src="js/stats.js"></script>
</body>
</html>