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

user.js.coffee « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d0d81f96921ac16630670b69567ae2ec61cee224 (plain)
1
2
3
4
class @User
  constructor: ->
    $('.profile-groups-avatars').tooltip("placement": "top")
    new ProjectsList()