Bugfix change event not triggering
This commit is contained in:
		@@ -16,7 +16,7 @@ $("input[name='bg-select']").change(function(){
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
$(".bg-select-area").click(function(event){
 | 
			
		||||
    $(this).find("input[name='bg-select']").prop("checked", true)
 | 
			
		||||
    $(this).find("input[name='bg-select']").prop("checked", true).change();
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
$("#btn-toggle-navigator").click(function(event){
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user