summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/js/searx.js
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2020-06-16 07:39:20 +0000
committerGitHub <noreply@github.com>2020-06-16 07:39:20 +0000
commit5dd235463a11bec2e3546e89f2b31d2a5aa40326 (patch)
treede9739ad90ab1fe39c06e98af2bd8b6a4ac0c58f /searx/static/themes/simple/js/searx.js
parent178918438662a35585a15a9dee67c62755017824 (diff)
parent0dc5bdb6ef602d00456eb1db96d45e2f42b2b7a4 (diff)
Merge branch 'master' into new-readme
Diffstat (limited to 'searx/static/themes/simple/js/searx.js')
-rw-r--r--searx/static/themes/simple/js/searx.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/simple/js/searx.js b/searx/static/themes/simple/js/searx.js
index e191f2487..3e9ad3e7f 100644
--- a/searx/static/themes/simple/js/searx.js
+++ b/searx/static/themes/simple/js/searx.js
@@ -1314,7 +1314,7 @@ module.exports = AutoComplete;
})
.catch(function() {
result_table_loadicon.classList.remove('invisible');
- result_table_loadicon.innerHTML = "could not load data!";
+ result_table_loadicon.innerHTML = could_not_load;
});
}
}