toggle ascending/descending mode

This commit is contained in:
Raelon Masters
2020-07-06 02:37:35 -04:00
parent 6af7bb459a
commit 4079e04d9b
17 changed files with 147 additions and 211 deletions

View File

@@ -84,6 +84,9 @@ $(document).ready(function(){
_location = $(this).attr('data-location');
window.location.href=_location;
});
$('#flip_sort').on("click", function(){
window.location.href="/flip_sort/"+$("#_order").val()
});
$('#search_string').html("<i> "+$('#_search').val().substr(0,15)+"</i>")
resize_search();
$(window).resize(resize_search(win_width));