Fix load order of forum-post.js on new topic page (was being loaded before jQuery)

This commit is contained in:
Gordon Martin 2016-09-27 22:39:19 +01:00
parent 0db550ee80
commit 40ce8ac260

View file

@ -1,9 +1,6 @@
@(categ: lila.forum.Categ, form: Form[_], captcha: lila.common.Captcha)(implicit ctx: Context)
@jQueryTag
@jsTag("forum-post.js")
@forum.layout(title = "New forum topic") {
@forum.layout(title = "New forum topic", moreJs=jsTag("forum-post.js")) {
<ol class="crumbs">
<li><a style="text-decoration:none" data-icon="d" class="is4" href="@routes.ForumCateg.index"> Forum</a></li>
<li><h1>@categ.name</h1></li>