summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/js/searx_src
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-06-16 10:17:03 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2020-06-16 10:17:03 +0200
commitcc721b5d864bcc0bf58d29337aaa1ec774bd70b5 (patch)
treed6fb4b2b5bc495233a1ee0240201c12467110d45 /searx/static/themes/simple/js/searx_src
parent220e6e6bfdcda1b9ba1164f8159dda07da853af4 (diff)
parent0dc5bdb6ef602d00456eb1db96d45e2f42b2b7a4 (diff)
Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-theme
Diffstat (limited to 'searx/static/themes/simple/js/searx_src')
-rw-r--r--searx/static/themes/simple/js/searx_src/searx_mapresult.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/simple/js/searx_src/searx_mapresult.js b/searx/static/themes/simple/js/searx_src/searx_mapresult.js
index 869d07da0..267ac94cb 100644
--- a/searx/static/themes/simple/js/searx_src/searx_mapresult.js
+++ b/searx/static/themes/simple/js/searx_src/searx_mapresult.js
@@ -97,7 +97,7 @@
})
.catch(function() {
result_table_loadicon.classList.remove('invisible');
- result_table_loadicon.innerHTML = "could not load data!";
+ result_table_loadicon.innerHTML = could_not_load;
});
}
}