Fix sort URI, smaller view [skip ci]

This commit is contained in:
James Cole
2016-12-21 20:34:47 +01:00
parent f18a5a6f1b
commit 782e2add88
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ function sortStop(event, ui) {
}); });
// do extra animation when done? // do extra animation when done?
$.post('transaction/reorder', {items: submit, date: thisDate, _token: token}); $.post('transactions/reorder', {items: submit, date: thisDate, _token: token});
current.animate({backgroundColor: "#5cb85c"}, 200, function () { current.animate({backgroundColor: "#5cb85c"}, 200, function () {
$(this).animate({backgroundColor: originalBG}, 200); $(this).animate({backgroundColor: originalBG}, 200);

View File

@@ -75,7 +75,7 @@
<h3 class="box-title">{{ 'transactions'|_ }}</h3> <h3 class="box-title">{{ 'transactions'|_ }}</h3>
</div> </div>
<div class="box-body"> <div class="box-body">
{% include 'list.journals-tasker' with {sorting:true} %} {% include 'list.journals-tasker' with {sorting:true, hideBills:true, hideBudgets: true} %}
<p> <p>
<i class="fa fa-calendar" aria-hidden="true"></i> <i class="fa fa-calendar" aria-hidden="true"></i>
<a href="{{ route('accounts.show.all', [account.id]) }}"> <a href="{{ route('accounts.show.all', [account.id]) }}">