Change show/hide to add/removeClass in meetup button

stable
David Barragán Merino 2014-11-19 18:00:48 +01:00
parent 7719e1a275
commit c344152f32
1 changed files with 2 additions and 2 deletions

View File

@ -165,9 +165,9 @@ ProjectModulesDirective = ($repo, $confirm, $loading) ->
$scope.$watch "isVideoconferenceActivated", (isVideoconferenceActivated) ->
if isVideoconferenceActivated
$el.find(".videoconference-attributes").show()
$el.find(".videoconference-attributes").removeClass("hidden")
else
$el.find(".videoconference-attributes").hide()
$el.find(".videoconference-attributes").addClass("hidden")
$scope.project.videoconferences = null
$scope.project.videoconferences_salt = ""