Fix keyboard navigation in watchers search

stable
Andrea Stagi 2015-04-03 16:37:53 +02:00
parent d6f0174d3b
commit 251d4775a3
1 changed files with 1 additions and 0 deletions

View File

@ -554,6 +554,7 @@ WatchersLightboxDirective = ($repo, lightboxService, lightboxKeyboardNavigationS
html = usersTemplate(ctx)
$el.find("div.watchers").html(html)
lightboxKeyboardNavigationService.init($el)
closeLightbox = () ->
lightboxKeyboardNavigationService.stop()