Update src/vector/index.html

Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
Michael Telatynski 2020-02-06 11:54:05 +00:00 committed by GitHub
parent 7d68c2c465
commit 3a5a904afb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@
<% }
} %>
</head>
<body style="height: 100%;" data-vector-indexeddb-worker-script = '<%= htmlWebpackPlugin.files.chunks["indexeddb-worker"].entry %>'>
<body style="height: 100%;" data-vector-indexeddb-worker-script="<%= htmlWebpackPlugin.files.chunks['indexeddb-worker'].entry %>">
<section id="matrixchat" style="height: 100%; overflow: auto;"></section>
<noscript>Sorry, Riot requires JavaScript to be enabled.</noscript> <!-- TODO: Translate this? -->
<script src="<%= htmlWebpackPlugin.files.chunks['bundle'].entry %>"></script>