Fix javascript typo

This commit is contained in:
Frédéric Guillot 2014-05-23 13:46:07 -04:00
parent 86bc091f21
commit 51c762af16
1 changed files with 1 additions and 1 deletions

View File

@ -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();