diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2015-01-15 17:05:44 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2015-01-15 17:05:44 +0100 |
| commit | c5599e3c7c790ac2674b68f99919c0ec284327a3 (patch) | |
| tree | de5f0d91028f99d9c01135a17affd40dba6db502 /searx/templates/oscar/result_templates/videos.html | |
| parent | a85be122751cc774c2d028aa10162b25081e6642 (diff) | |
| parent | de6064994ef4854ccfb960947398f7b0cd565030 (diff) | |
Merge pull request #174 from pointhi/nojs_fix
add no javascript support to oscar-template
Diffstat (limited to 'searx/templates/oscar/result_templates/videos.html')
| -rw-r--r-- | searx/templates/oscar/result_templates/videos.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/oscar/result_templates/videos.html b/searx/templates/oscar/result_templates/videos.html index c3d02c14d..7e773c673 100644 --- a/searx/templates/oscar/result_templates/videos.html +++ b/searx/templates/oscar/result_templates/videos.html @@ -6,7 +6,7 @@ <small><a class="text-info" href="https://web.archive.org/web/{{ result.url }}">{{ icon('link') }} {{ _('cached') }}</a></small>
{% if result.embedded %}
- <small> • <a class="text-info btn-collapse collapsed cursor-pointer media-loader" data-toggle="collapse" data-target="#result-video-{{ index }}" data-btn-text-collapsed="{{ _('show video') }}" data-btn-text-not-collapsed="{{ _('hide video') }}">{{ icon('film') }} {{ _('show video') }}</a></small>
+ <small> • <a class="text-info btn-collapse collapsed cursor-pointer media-loader disabled_if_nojs" data-toggle="collapse" data-target="#result-video-{{ index }}" data-btn-text-collapsed="{{ _('show video') }}" data-btn-text-not-collapsed="{{ _('hide video') }}">{{ icon('film') }} {{ _('show video') }}</a></small>
{% endif %}
{% if result.embedded %}
|