mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 20:56:08 +10:00
5 lines
111 B
CoffeeScript
5 lines
111 B
CoffeeScript
class @GroupMembers
|
|
constructor: ->
|
|
$('li.group_member').bind 'ajax:success', ->
|
|
$(this).fadeOut()
|