Redraw is now called when sorting starts

This commit is contained in:
UndefinedOffset 2015-09-08 09:56:21 -03:00
parent 089d4e796d
commit 3893e7b052
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
},
start: function(event, ui) {
pageArrows.show();
pageArrows.redraw();
pageArrows.startMoveTracking();
},
stop: function(event, ui) {