mirror of
https://github.com/searxng/searxng.git
synced 2025-09-03 00:38:34 +02:00
[build] /static
This commit is contained in:
parent
7dc9cc91a8
commit
4798acc661
10 changed files with 78 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue