adds text for screen readers on toggle comments

This commit is contained in:
Alberto Garcia Cabeza
2016-12-05 14:26:54 +01:00
parent dd406cfeb0
commit ae12848e23
4 changed files with 5 additions and 1 deletions

View File

@@ -52,5 +52,6 @@ App.Comments =
children_container_id = "#{$(this).data().id}_children"
$("##{children_container_id}").toggle('slow')
App.Comments.toggle_arrow(children_container_id)
$(this).children('.js-child-toggle').toggle()
false
)