From f672d87a1597611181af8013c8ee26fa829d5eb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Hermida?= Date: Fri, 30 Nov 2018 14:13:35 +0100 Subject: [PATCH] Fix unnassigned in Firefox --- app/modules/components/assigned/assigned-users.directive.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/app/modules/components/assigned/assigned-users.directive.coffee b/app/modules/components/assigned/assigned-users.directive.coffee index 53ff8c21..434a113f 100644 --- a/app/modules/components/assigned/assigned-users.directive.coffee +++ b/app/modules/components/assigned/assigned-users.directive.coffee @@ -57,7 +57,6 @@ $translate, $currentUserService) -> $scope.unassign = (user) -> return if not isEditable() - target = angular.element(event.currentTarget) assignedUserId = user.id title = $translate.instant("COMMON.ASSIGNED_USERS.TITLE_LIGHTBOX_DELETE_ASSIGNED")