Fix persona sorting on load
This commit is contained in:
parent
63f96f4dc7
commit
03bb911ee7
|
@ -119,7 +119,7 @@ function verifyPersonaSearchSortRule() {
|
|||
flashHighlight(selector);
|
||||
}
|
||||
// If search got cleared, we make sure to hide the option and go back to the one before
|
||||
if (!searchTerm && !isHidden) {
|
||||
if (!searchTerm) {
|
||||
searchOption.attr('hidden', '');
|
||||
selector.val(power_user.persona_sort_order);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue