mirror of
https://github.com/searxng/searxng.git
synced 2024-11-16 17:40:11 +01:00
Merge pull request #3006 from BernieHuang2008/fix-3003
fix: [BUG] Images cannot be clicked anymore
This commit is contained in:
commit
b3d29cb86d
2
searx/static/themes/simple/js/searxng.min.js
vendored
2
searx/static/themes/simple/js/searxng.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -16,7 +16,9 @@
|
|||||||
}
|
}
|
||||||
));
|
));
|
||||||
|
|
||||||
d.querySelector('#search_url button#copy_url').style.display = "block";
|
if (d.querySelector('#search_url button#copy_url')) {
|
||||||
|
d.querySelector('#search_url button#copy_url').style.display = "block";
|
||||||
|
}
|
||||||
|
|
||||||
searxng.on('.btn-collapse', 'click', function () {
|
searxng.on('.btn-collapse', 'click', function () {
|
||||||
var btnLabelCollapsed = this.getAttribute('data-btn-text-collapsed');
|
var btnLabelCollapsed = this.getAttribute('data-btn-text-collapsed');
|
||||||
|
Loading…
Reference in New Issue
Block a user