Fix javascript typo
This commit is contained in:
parent
86bc091f21
commit
51c762af16
|
|
@ -15,7 +15,7 @@
|
|||
});
|
||||
|
||||
// Open assignee popover
|
||||
$(".task-boad-user a").click(function(e) {
|
||||
$(".task-board-user a").click(function(e) {
|
||||
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
|
|
|
|||
Loading…
Reference in New Issue