Add e2e/warning.svg to preload

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/10197/head
Michael Telatynski 2019-06-27 20:59:11 +01:00
parent 2111db73a7
commit 575f013bc9
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
</script>
<script src="<%= htmlWebpackPlugin.files.chunks['bundle'].entry %>"></script>
<img src="<%= require('matrix-react-sdk/res/img/warning.svg') %>" width="24" height="23" style="visibility: hidden; position: absolute; top: 0px; left: 0px;"/>
<img src="<%= require('matrix-react-sdk/res/img/e2e/warning.svg') %>" width="24" height="23" style="visibility: hidden; position: absolute; top: 0px; left: 0px;"/>
<audio id="messageAudio">
<source src="media/message.ogg" type="audio/ogg" />
<source src="media/message.mp3" type="audio/mpeg" />