diff --git a/src/vector/index.html b/src/vector/index.html
index 4ba65c3e06..a5f3af9b81 100644
--- a/src/vector/index.html
+++ b/src/vector/index.html
@@ -36,28 +36,10 @@
- <% for (var i=0; i < htmlWebpackPlugin.files.js.length; i++) {
- if (_.endsWith(htmlWebpackPlugin.files.js[i], 'olm.js')) {
- var array = htmlWebpackPlugin.files.js;
- htmlWebpackPlugin.files.js.unshift(htmlWebpackPlugin.files.js[i]);
- htmlWebpackPlugin.files.js.splice(i, 1);
- }
- }
-
- for (var i=0; i < htmlWebpackPlugin.files.js.length; i++) {
- // Not a particularly graceful way of not putting the indexeddb worker script
- // into the main page
- if (_.endsWith(htmlWebpackPlugin.files.js[i], 'indexeddb-worker.js')) {
- %>
-
- <%
- continue;
- }
- %>
-
- <% } %>
+
+