Merge pull request #3006 from BernieHuang2008/fix-3003
fix: [BUG] Images cannot be clicked anymore
This commit is contained in:
		
						commit
						b3d29cb86d
					
				
							
								
								
									
										
											BIN
										
									
								
								searx/static/themes/simple/js/searxng.min.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								searx/static/themes/simple/js/searxng.min.js
									
									
									
									
										vendored
									
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							| @ -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