Réorganisation des scripts
This commit is contained in:
mespeche
2013-08-30 08:54:03 +02:00
parent db102a5329
commit 0d4b992bc6

View File

@@ -176,6 +176,10 @@
<script src="{$asset_url}"></script>
{/javascripts}
{javascripts file='../assets/js/tablesorter/jquery.tablesorter.min.js'}
<script src="{$asset_url}"></script>
{/javascripts}
<script>
// === Confirm Box === //
$('[data-toggle="confirm"]').click(function(e){
@@ -194,16 +198,9 @@
}
});
</script>
{javascripts file='../assets/js/tablesorter/jquery.tablesorter.min.js'}
<script src="{$asset_url}"></script>
{/javascripts}
<script>
// === Table sorter === //
// === Table sorter === //
$('.tablesorter').tablesorter();
</script>
{include file='includes/footer.inc.html'}
{include file='includes/footer.inc.html'}