mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-23 09:26:29 -06:00
Fix sorting.
This commit is contained in:
parent
544ffca3a5
commit
f80de12cb5
@ -35,6 +35,7 @@ $(document).ready(function () {
|
||||
//stop: stopSorting,
|
||||
items: 'tr:not(.ignore)',
|
||||
stop: sortStop,
|
||||
handle: '.handle'
|
||||
//revert: 'invalid'
|
||||
}
|
||||
).disableSelection();
|
||||
|
@ -35,7 +35,7 @@
|
||||
<tr class="drag" data-date="{{$journal->date->format('Y-m-d')}}">
|
||||
<td>
|
||||
<div class="btn-group btn-group-xs">
|
||||
<a href="#" class="btn btn-default btn-xs"><i class="fa fa-fw fa-arrows-v"></i></a>
|
||||
<a href="#" class="handle btn btn-default btn-xs"><i class="fa fa-fw fa-arrows-v"></i></a>
|
||||
<a href="{{route('transactions.edit',$journal->id)}}" class="btn btn-xs btn-default"><i class="fa fa-fw fa-pencil"></i></a>
|
||||
<a href="{{route('transactions.delete',$journal->id)}}" class="btn btn-xs btn-danger"><i class="fa fa-fw fa-trash-o"></i></a>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user