Skip to content

Commit

Permalink
Merge pull request #10197 from vector-im/t3chguy/preload_warning.svg
Browse files Browse the repository at this point in the history
Add e2e/warning.svg to preload
  • Loading branch information
turt2live authored Jun 27, 2019
2 parents 2e241fd + 575f013 commit 9d14f92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vector/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit 9d14f92

Please sign in to comment.