diff --git a/frontend/files/index.html b/frontend/files/index.html index 7d2f96d..f8f357c 100644 --- a/frontend/files/index.html +++ b/frontend/files/index.html @@ -124,10 +124,10 @@ function searchCleaner(str) { return str .toLowerCase() - .replace('"', "") - .replace(":", "") - .replace("'", "") - .replace(" ", ""); + .replaceAll('"', "") + .replaceAll(":", "") + .replaceAll("'", "") + .replaceAll(" ", ""); } function ISBNfromEAN(EAN) {