fix js syntax from merge

This commit is contained in:
bhomie 2020-06-18 18:55:11 -07:00
parent d898c2d5f8
commit ddf9159bef

View file

@ -440,7 +440,8 @@ $(document).on("click",".pageSettings .section.tags .tagsList .tag .removeButton
let tagid = $(e.currentTarget).parent('.tag').attr('id');
let name = $(e.currentTarget).siblings('.title').text();
showEditTags('remove',tagid,name);
})
//theme tabs & custom theme
$(".tab").click(e => {
$('.tab').removeClass("active")