mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 04:51:16 +08:00
fix js syntax from merge
This commit is contained in:
parent
d898c2d5f8
commit
ddf9159bef
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue