Welcome to mirror list, hosted at ThFree Co, Russian Federation.

groups.js.coffee « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cc905e91ea2570de625c61fd243177bbc7d3b1b5 (plain)
1
2
3
4
class @GroupMembers
  constructor: ->
    $('li.group_member').bind 'ajax:success', ->
      $(this).fadeOut()