diff options
author | Alexandre Flament <alex@al-f.net> | 2021-10-01 16:33:31 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-10-01 18:06:55 +0200 |
commit | 74b08303622c5545f04a3faf52f6c6962a43ea5f (patch) | |
tree | ae6b51a4e84b6e45ecc207d6105b026ae406e609 /searx/static/themes/__common__ | |
parent | 458575c221abcdbe3c0ffb633dd06f5f6d05bf2e (diff) | |
download | searxng-74b08303622c5545f04a3faf52f6c6962a43ea5f.tar.gz searxng-74b08303622c5545f04a3faf52f6c6962a43ea5f.zip |
SearXNG: simple theme
Diffstat (limited to 'searx/static/themes/__common__')
-rw-r--r-- | searx/static/themes/__common__/js/image_layout.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/__common__/js/image_layout.js b/searx/static/themes/__common__/js/image_layout.js index ea54cf515..fa96f62c5 100644 --- a/searx/static/themes/__common__/js/image_layout.js +++ b/searx/static/themes/__common__/js/image_layout.js @@ -158,6 +158,6 @@ } }; - w.searx.ImageLayout = ImageLayout; + w.searxng.ImageLayout = ImageLayout; }(window, document)); |