diff options
Diffstat (limited to 'searx/static/themes/simple/js/searxng.head.js')
-rw-r--r-- | searx/static/themes/simple/js/searxng.head.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/searx/static/themes/simple/js/searxng.head.js b/searx/static/themes/simple/js/searxng.head.js index 21b1754bf..dab0e368a 100644 --- a/searx/static/themes/simple/js/searxng.head.js +++ b/searx/static/themes/simple/js/searxng.head.js @@ -24,6 +24,10 @@ hotkeys: script.getAttribute('data-hotkeys') === 'true', static_path: script.getAttribute('data-static-path'), translations: JSON.parse(script.getAttribute('data-translations')), + theme : { + // image that is displayed if load of <img src='...'> failed + img_load_error: 'img/img_load_error.svg' + } }; // update the css |