move lobby js preload data to end of body tag

This commit is contained in:
Thibault Duplessis 2013-07-29 14:12:26 +02:00
parent 0a83d43599
commit bc35e71f5c

View file

@ -12,6 +12,10 @@
<span id="site_baseline">@trans.freeOnlineChess()</span>
}
@moreJs = {
@embedJs("var lichess_preload = " + preload)
}
@goodies = {
@ctx.me.map { u =>
<div id="timeline" data-href="@routes.Lobby.timeline">
@ -35,6 +39,7 @@ title = "",
baseline = baseline.some,
active = siteMenu.play.some,
goodies = goodies.some,
moreJs = moreJs,
underchat = underchat.some) {
<div id="call_boxes">
@translationCall.map(i18n.callBox(_))
@ -70,5 +75,4 @@ underchat = underchat.some) {
@lobby.buttons()
@lobby.undertable(gameTimeline, forumRecent, tours)
</div>
@embedJs("var lichess_preload = " + preload)
}