diff --git a/js/index.coffee b/js/index.coffee index 6b58c1f22..efb065b53 100644 --- a/js/index.coffee +++ b/js/index.coffee @@ -280,7 +280,7 @@ onResize = -> fixStaticClientImages() window.onresize = onResize -window.onload = -> +$ -> onResize() $("body").addClass("initial") $("#play-intro").on "click", ->