Small fix to make account journal list sortable. [skip ci]

This commit is contained in:
James Cole 2015-07-08 20:18:51 +02:00
parent c9fff197f7
commit 0372c1aaf1
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,6 @@
<script type="text/javascript">
var accountID = {{ account.id }};
</script>
<!-- load the libraries and scripts necessary for Google Charts: -->
{% if Config.get('firefly.chart') == 'google' %}
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript" src="js/gcharts.js"></script>
@ -66,6 +65,7 @@
<script type="text/javascript" src="js/Chart.min.js"></script>
<script type="text/javascript" src="js/charts.js"></script>
{% endif %}
<script src="js/jquery-ui.min.js" type="text/javascript"></script>
<script src="js/accounts.js" type="text/javascript"></script>

View File

@ -1,6 +1,6 @@
{{ journals.render|raw }}
<table class="table table-hover sortable">
<table class="table table-hover sortable sortable-table">
<tr class="ignore">
<th class="hidden-xs" colspan="2">&nbsp;</th>
<th>{{ trans('list.description') }}</th>