Change script file declaration order for bootstrap-editable fix

This commit is contained in:
mespeche
2013-09-12 12:52:13 +02:00
parent 024866a445
commit eeee25d6f5

View File

@@ -228,13 +228,14 @@
{block name="after-javascript-include"}{/block}
{javascripts file='assets/js/bootstrap/bootstrap.js'}
<script src="{$asset_url}"></script>
{/javascripts}
{block name="javascript-initialization"}{/block}
{* Modules scripts are included now *}
{module_include location='footer_js'}
{javascripts file='assets/js/bootstrap/bootstrap.js'}
<script src="{$asset_url}"></script>
{/javascripts}
</body>
</html>