sort in ascending order by default, when changing sort order

This commit is contained in:
Frédéric Péters 2014-03-24 08:59:42 +01:00
parent 3547d360bb
commit e753b90928
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@
/* same column, reverse */
$('#sort_order').click();
} else {
$('#sort_order').prop('checked', '');
$('#sort_on').val(sort_on);
}
$.querywidget.updateSearch();