Skip to content
Snippets Groups Projects
Commit bec407dd authored by Christophe Simonis's avatar Christophe Simonis
Browse files

[FIX] website_forum: load js files in the right order.

parent 506c52bc
No related branches found
No related tags found
No related merge requests found
......@@ -23,12 +23,11 @@
<xpath expr="." position="inside">
<link rel='stylesheet' href="/web/static/lib/jquery.textext/jquery.textext.css"/>
<link rel='stylesheet' href='/website_forum/static/src/css/website_forum.css'/>
<script type="text/javascript" src="/website_forum/static/src/js/website_forum.js"/>
<script type="text/javascript" src="/web/static/lib/jquery.textext/jquery.textext.js"/>
<!-- TODO in master - add select2 in asset front_end from website and remove from asset_editor. -->
<script type="text/javascript" src="/web/static/lib/select2/select2.js"></script>
<link rel="stylesheet" href="/web/static/lib/select2/select2.css"/>
<link rel="stylesheet" href="/website/static/lib/select2-bootstrap-css/select2-bootstrap.css"/>
<script type="text/javascript" src="/website_forum/static/src/js/website_forum.js"/>
</xpath>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment