Fix unnassigned in Firefox

stable
Álex Hermida 2018-11-30 14:13:35 +01:00 committed by Alex Hermida
parent 73960b02be
commit f672d87a15
1 changed files with 0 additions and 1 deletions

View File

@ -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")