From e26efd475cd9295ab0e3237f1b9b17c6ef27eca4 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson <matthew@matrix.org> Date: Wed, 9 Dec 2015 13:52:04 +0000 Subject: [PATCH] preload warning.svg - fixes bug https://github.com/vector-im/vector-web/issues/455 --- vector/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/vector/index.html b/vector/index.html index 2ac64672f5..273cb4394f 100644 --- a/vector/index.html +++ b/vector/index.html @@ -42,5 +42,6 @@ <section id="matrixchat" style="height: 100%;"></section> <script src="bundle.js"></script> <link rel="stylesheet" href="bundle.css"> + <img src="img/warning.svg" width="24" height="23" style="visibility: hidden; position: absolute; top: 0px; left: 0px;"/> </body> </html>