1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-21 12:30:17 +02:00
searxng/searx/static/themes/simple
Jinyuan Huang 903449e0b5 [fix] Images cannot be clicked anymore #3006
URL in sidedbar only exists in HTTP POST requests.  On HTTP GET requests the
selector ``#search_url button#copy_url`` results in a ``null`` type and a
``.style.display`` raises::

   Uncaught TypeError: d.querySelector(...) is null

As a result, the initialization of the event handler is no longer carried out.

Closes: https://github.com/searxng/searxng/issues/3003
Suggested-by: Markus Heiser <markus.heiser@darmarit.de>
2023-11-14 13:28:50 +01:00
..
css [build] /static 2023-11-10 13:28:28 +00:00
img [build] /static 2023-11-10 13:28:28 +00:00
js [build] /static 2023-11-10 13:28:28 +00:00
src [fix] Images cannot be clicked anymore #3006 2023-11-14 13:28:50 +01:00
.eslintrc.json [fix] remove duplicate key in simple theme ESLint configuration 2023-03-05 09:12:13 +01:00
.gitattributes theme: remove __common__ 2022-05-07 19:40:48 +02:00
.gitignore [themes] ignore packages-lock.json 2021-06-22 08:17:06 +02:00
.jshintrc [emacs] .dir-locals.el: add setup for js-mode 2021-06-24 13:27:21 +02:00
.stylelintrc.json [mod] simple theme: change stylelint configuration 2022-01-16 18:50:19 +01:00
gruntfile.js Theme: all top right icons have labels including "Preferences" 2022-07-02 10:04:35 +02:00
package.json Bump grunt-contrib-cssmin in /searx/static/themes/simple 2023-05-05 07:57:12 +00:00
svg4favicon.svgo.js [enh] add SVG favicon href="favicon.svg" type="image/svg+xml" 2021-11-29 20:36:31 +01:00
svg4web.svgo.js [fix] eslint --fix 2021-12-14 07:31:58 +01:00