Skip to content

Commit

Permalink
commit changes for column sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
marzim committed Feb 15, 2017
1 parent 5f3bde3 commit 554e484
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions static/js/formvalidator.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,10 @@ $(document).ready(function(){

}
window.location.assign('/' + url + '/?' + parameter + '=' + order_by);

}

$('#loans_sortname').click(function(e){
sort_column(e, 'name','loans');
$("span").toggleClass("glyphicon glyphicon-chevron-down");

});

$('#loans_sortamount').click(function(e){
Expand Down

0 comments on commit 554e484

Please sign in to comment.