Fix add new choice after hide new choice form in admin panel

stable
Jesús Espino 2015-02-18 10:15:30 +01:00
parent 323342e013
commit bea8aa848c
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) ->