Back to Frontend

InlineJSNonBlocking.Scala

common/app/views/fragments/inlineJSNonBlocking.scala.html

latest499 B
Original Source

@import common.InlineJs @import conf.switches.Switches.IdentityProfileNavigationSwitch @import conf.Configuration @import model.Page @import templates.inlineJS.nonBlocking.js._ @import play.twirl.api.HtmlFormat @import model.DotcomContentType @()(implicit page: Page, request: RequestHeader, context: model.ApplicationContext) @** * Use this fragment to add JavaScript that can improve the perceived rendering speed * but that is too blocking / risky to be put in the head of the document *@