mirror of
https://github.com/searxng/searxng.git
synced 2026-09-15 02:36:05 +00:00
[mod] simple: apply nojs via stylesheet
This commit is contained in:
@@ -17,6 +17,9 @@
|
||||
{% else %}
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='sxng-ltr.min.css') }}" type="text/css" media="screen">
|
||||
{% endif %}
|
||||
<noscript>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='sxng-noscript.min.css') }}" type="text/css">
|
||||
</noscript>
|
||||
{% if get_setting('server.limiter') or get_setting('server.public_instance') %}
|
||||
<link rel="stylesheet" href="{{ url_for('client_token', token=link_token) }}" type="text/css">
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user