Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
richmahn committed Apr 11, 2024
1 parent 72a8b53 commit 76c886f
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 @@ -642,7 +642,7 @@ function getSearchPageViewUrl(pageUrl) {
function searchManifestTable(criteria, callback, sectionToShow) {
var searchUrl = "https://git.door43.org/api/v1/repos/search"; // getSearchPageViewUrl(window.location.href);
var params = getParamsToSendToDCS(criteria);
params["metadata_type"] = "rc,ts,tc";
params["metadataType"] = "rc,ts,tc";
resetSearch(sectionToShow);

$.ajax({
Expand Down

0 comments on commit 76c886f

Please sign in to comment.