Bugfix change event not triggering
This commit is contained in:
parent
27706572ed
commit
ede71f7d82
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user