Skip to content
Snippets Groups Projects
Commit 97400ef8 authored by Alfredo Sumaran's avatar Alfredo Sumaran
Browse files

Handle user tabs

parent d941aee4
Branches
Tags
No related merge requests found
Loading
Loading
@@ -3,8 +3,13 @@ class @User
$('.profile-groups-avatars').tooltip("placement": "top")
new ProjectsList()
 
@initTabs()
$('.hide-project-limit-message').on 'click', (e) ->
path = '/'
$.cookie('hide_project_limit_message', 'false', { path: path })
$(@).parents('.project-limit-message').remove()
e.preventDefault()
initTabs: ->
new UserTabs()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment