2014-10-21 04:40:36 -04:00
|
|
|
class @User
|
|
|
|
constructor: ->
|
|
|
|
$('.profile-groups-avatars').tooltip("placement": "top")
|
2015-03-04 20:22:55 -05:00
|
|
|
new ProjectsList()
|
2015-12-02 19:02:15 -05:00
|
|
|
|
|
|
|
$('.hide-project-limit-message').on 'click', (e) ->
|
|
|
|
path = '/'
|
|
|
|
$.cookie('hide_project_limit_message', 'false', { path: path })
|
|
|
|
$(@).parents('.project-limit-message').remove()
|
|
|
|
e.preventDefault()
|