diff --git a/static/js/list.js b/static/js/list.js index ed20ac1..2f5a805 100644 --- a/static/js/list.js +++ b/static/js/list.js @@ -113,7 +113,11 @@ oml.ui.list = function() { }, oml_find: function() { if (ui.listView == oml.UI.getPrevious().listView) { - that.reloadList(); + if (ui.listSort == oml.UI.getPrevious().listSort) { + that.reloadList(); + } else { + that.options({sort: ui.listSort}); + } } }, oml_item: function() {