Skip to content

Commit

Permalink
[-] FO : Fix bug #PSCSX-3201, could not sort DESC
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Sep 17, 2014
1 parent 8d73749 commit bf66543
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ function reloadContent(params_plus)
}

var slideUp = true;
if (params_plus == undefined)
if (params_plus == undefined || !(typeof params_plus == 'string'))
{
params_plus = '';
slideUp = false;
Expand Down

0 comments on commit bf66543

Please sign in to comment.