From db1e425a919da9ab9db7f0e78e9c706e0d950d87 Mon Sep 17 00:00:00 2001 From: Zambom Date: Tue, 17 Jan 2017 19:48:28 -0200 Subject: [PATCH] Limit topic sort area --- amadeus/static/js/topics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amadeus/static/js/topics.js b/amadeus/static/js/topics.js index 5a171b2..de8650d 100644 --- a/amadeus/static/js/topics.js +++ b/amadeus/static/js/topics.js @@ -31,7 +31,7 @@ $('.collapse').on('hide.bs.collapse', function (e) { $("#topics-accordion").sortable({ delay: 100, distance: 5, - handler: 'i.fa-arrows', + handle: 'i.fa-arrows', update: function( event, ui ) { var cont = 1; var data = []; -- libgit2 0.21.2