merge with master

This commit is contained in:
kikito
2016-12-12 16:09:05 +01:00
43 changed files with 381 additions and 254 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
)