diff --git a/html/index.html b/html/index.html index 936eddd3c3772a672ceb52d73efcb0b64d4792a3..2f6e43b70a1296707efe66dcfc0aab1e232dcfda 100644 --- a/html/index.html +++ b/html/index.html @@ -112,8 +112,7 @@ endpoint += `+media_type:%22${encodedMediatype}%22`; } if(encodedCrop) { - endpoint += `+crop:(%22${encodedCrop}%22)`; - //endpoint += `&fq=language:eng`; + endpoint += `+crop:%22${encodedCrop}%22`; } console.info("endpoint", endpoint)