From 7717b088241154ce9b3a3e0973fe196deb7bd86e Mon Sep 17 00:00:00 2001 From: Juanfran Date: Wed, 28 Oct 2015 12:23:03 +0100 Subject: [PATCH] fix assigned to selector --- app/coffee/modules/common/lightboxes.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/coffee/modules/common/lightboxes.coffee b/app/coffee/modules/common/lightboxes.coffee index cd6f9925..17367b17 100644 --- a/app/coffee/modules/common/lightboxes.coffee +++ b/app/coffee/modules/common/lightboxes.coffee @@ -499,7 +499,7 @@ AssignedToLightboxDirective = (lightboxService, lightboxKeyboardNavigationServic render(selectedUser, searchingText) $el.find('input').focus() - $el.on "click", ".assigned-to-single", (event) -> + $el.on "click", ".user-list-single", (event) -> event.preventDefault() target = angular.element(event.currentTarget)