mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 19:07:15 +08:00
change onload handler
This commit is contained in:
parent
104f0696b8
commit
d6c07e2491
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ onResize = ->
|
|||
fixStaticClientImages()
|
||||
|
||||
window.onresize = onResize
|
||||
window.onload = ->
|
||||
$ ->
|
||||
onResize()
|
||||
$("body").addClass("initial")
|
||||
$("#play-intro").on "click", ->
|
||||
|
|
Loading…
Reference in a new issue