Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
richmahn committed Apr 10, 2024
1 parent 0c5a1dc commit 24c24eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,8 @@ function getSearchCriteriaFromUrl(searchUrl) {
searchUrl = (typeof searchUrl === 'undefined') ? window.location.href : searchUrl;

var criteria = new SearchCriteria();
criteria.sort = "updated";
criteria.order = "desc";
criteria.sort = "desc";

if (!searchUrl)
return criteria;
Expand Down

0 comments on commit 24c24eb

Please sign in to comment.