diff --git a/app/coffee/modules/admin/project-profile.coffee b/app/coffee/modules/admin/project-profile.coffee index 3c1b3505..499452cb 100644 --- a/app/coffee/modules/admin/project-profile.coffee +++ b/app/coffee/modules/admin/project-profile.coffee @@ -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 = ""