change onload handler

This commit is contained in:
Evan Morikawa 2015-10-04 23:01:47 -07:00
parent 104f0696b8
commit d6c07e2491

View file

@ -280,7 +280,7 @@ onResize = ->
fixStaticClientImages()
window.onresize = onResize
window.onload = ->
$ ->
onResize()
$("body").addClass("initial")
$("#play-intro").on "click", ->