Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -383,7 +383,7 @@ to{opacity:1;transform:translateY(0)}
|
|
383 |
async function fetchResults(query, resultsPerPage) {
|
384 |
const response = await fetch(`${BASE_URL}/api/search?q=${encodeURIComponent(query)}&max_results=${resultsPerPage}`);
|
385 |
if (!response.ok) {
|
386 |
-
displayError("
|
387 |
hideLoading();
|
388 |
return [];
|
389 |
}
|
|
|
383 |
async function fetchResults(query, resultsPerPage) {
|
384 |
const response = await fetch(`${BASE_URL}/api/search?q=${encodeURIComponent(query)}&max_results=${resultsPerPage}`);
|
385 |
if (!response.ok) {
|
386 |
+
displayError("Пожалуйста, подождите. Словари делают всё для вас...");
|
387 |
hideLoading();
|
388 |
return [];
|
389 |
}
|