fix #295
parent
2b653c2923
commit
af20a61e91
|
@ -90,7 +90,7 @@ CreateEditSprint = ($repo, $confirm, $rs, $rootscope, lightboxService) ->
|
|||
$el.find(".delete-sprint").show()
|
||||
$el.find(".title").text("Edit sprint") #TODO i18n
|
||||
$el.find(".button-green").text("Save") #TODO i18n
|
||||
lightboxService.close($el)
|
||||
lightboxService.open($el)
|
||||
|
||||
$el.on "click", ".button-green", (event) ->
|
||||
event.preventDefault()
|
||||
|
|
Loading…
Reference in New Issue