aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.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/settings.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/settings.html')
-rw-r--r--src/settings.html14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/settings.html b/src/settings.html
index 1f96982..34c57ee 100644
--- a/src/settings.html
+++ b/src/settings.html
@@ -25,14 +25,12 @@ ul {
(<a href="https://github.com/gorhill/uBlock/wiki/Experimental-features" style="font-style:italic">Experimental features</a>)
</ul>
-<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/settings.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/settings.js"></script>
</body>
</html>