mirror of
				https://github.com/SuperBFG7/ympd
				synced 2025-10-30 21:33:00 +00:00 
			
		
		
		
	Fixed tag selection in search
This commit is contained in:
		| @@ -195,9 +195,9 @@ app.route=function() { | |||||||
|           } |           } | ||||||
|           $('#searchstr2').val(app.current.search); |           $('#searchstr2').val(app.current.search); | ||||||
|           $('#searchtags2 > button').each(function() { |           $('#searchtags2 > button').each(function() { | ||||||
|             if ($(this).text == app.current.filter) {  |             if ($(this).text() == app.current.filter) {  | ||||||
|               $(this).removeClass('btn-secondary').addClass('btn-success');  |               $(this).removeClass('btn-secondary').addClass('btn-success');  | ||||||
|               $('#searchtags2desc').text($(this).text); |               $('#searchtags2desc').text($(this).text()); | ||||||
|             } |             } | ||||||
|           });  |           });  | ||||||
|         } |         } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 jcorporation
					jcorporation