* initialize inviter when user is logged in - VRFS-3180
This commit is contained in:
parent
6a3c9b85b2
commit
99fa64f4b0
|
|
@ -1080,7 +1080,9 @@
|
|||
|
||||
context.JK.GenreSelectorHelper.render('#create-session-genre');
|
||||
|
||||
//inviteMusiciansUtil.loadFriends();
|
||||
if(context.JK.currentUserId) {
|
||||
inviteMusiciansUtil.loadFriends();
|
||||
}
|
||||
|
||||
context.JK.dropdown($screen.find('#session-musician-access'));
|
||||
context.JK.dropdown($screen.find('#session-fans-access'));
|
||||
|
|
|
|||
Loading…
Reference in New Issue