Merge pull request #352 from taigaio/issue/2286/admin-status-bug

Fix add new choice after hide new choice form in admin panel
stable
Juanfran 2015-02-20 00:50:04 -08:00
commit 886b432b5c
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ ProjectValuesDirective = ($log, $repo, $confirm, $location, animationFrame) ->
$el.on "click", ".delete-new", (event) ->
event.preventDefault()
$el.find(".new-value").hide()
$el.find(".new-value").addClass("hidden")
initializeNewValue()
$el.on "click", ".edit-value", (event) ->