From d6c07e24915bcf0ec00a0a646b8e04de24961d86 Mon Sep 17 00:00:00 2001 From: Evan Morikawa Date: Sun, 4 Oct 2015 23:01:47 -0700 Subject: [PATCH] change onload handler --- js/index.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ->