From f80de12cb59de1099c165a4ea77c0e7d6109f7b7 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 26 Mar 2015 22:53:34 +0100 Subject: [PATCH] Fix sorting. --- public/js/transactions.js | 1 + resources/views/list/journals-full.blade.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/public/js/transactions.js b/public/js/transactions.js index 4246688c87..15d6a123b6 100644 --- a/public/js/transactions.js +++ b/public/js/transactions.js @@ -35,6 +35,7 @@ $(document).ready(function () { //stop: stopSorting, items: 'tr:not(.ignore)', stop: sortStop, + handle: '.handle' //revert: 'invalid' } ).disableSelection(); diff --git a/resources/views/list/journals-full.blade.php b/resources/views/list/journals-full.blade.php index 2120a98d69..8b6daf089e 100644 --- a/resources/views/list/journals-full.blade.php +++ b/resources/views/list/journals-full.blade.php @@ -35,7 +35,7 @@
- +