Module: deluge Branch: master Commit: f825e8996ae19c797570bbcc50a64aaf0103ee90
Author: Damien Churchill <[email protected]> Date: Tue Mar 9 23:26:54 2010 +0000 update the sort after an update --- deluge/ui/web/js/deluge-all/Deluge.Torrents.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/deluge/ui/web/js/deluge-all/Deluge.Torrents.js b/deluge/ui/web/js/deluge-all/Deluge.Torrents.js index 6fb478b..b9b87aa 100644 --- a/deluge/ui/web/js/deluge-all/Deluge.Torrents.js +++ b/deluge/ui/web/js/deluge-all/Deluge.Torrents.js @@ -285,6 +285,9 @@ Copyright: } }); store.commitChanges(); + + var sortState = store.getSortState() + store.sort(sortState.field, sortState.direction); }, // private -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
