Fix #2019 Sprint creation name reminder not working on firefox
parent
9aed515b47
commit
df26f40ca1
|
@ -133,6 +133,7 @@ CreateEditSprint = ($repo, $confirm, $rs, $rootscope, lightboxService, $loading)
|
|||
$el.find(".button-green").text("Create") #TODO i18n
|
||||
lightboxService.open($el)
|
||||
$el.find(".sprint-name").focus()
|
||||
$el.find(".last-sprint-name").removeClass("disappear")
|
||||
|
||||
$scope.$on "sprintform:edit", (ctx, sprint) ->
|
||||
createSprint = false
|
||||
|
|
Loading…
Reference in New Issue