diff --git a/tinycon.js b/tinycon.js index 0b77a73..7e03e1e 100644 --- a/tinycon.js +++ b/tinycon.js @@ -135,6 +135,7 @@ // refresh tag in page refreshFavicon(); }; + faviconImage.onload(); // allow cross origin resource requests if the image is not a data:uri // as detailed here: https://github.com/mrdoob/three.js/issues/1305