vrfs1008: added hook to external createInvitations function
This commit is contained in:
parent
d9d240541d
commit
ddcfef56c4
|
|
@ -164,7 +164,7 @@
|
|||
data: jsonData,
|
||||
success: function(response) {
|
||||
var newSessionId = response.id;
|
||||
var invitationCount = createInvitations(newSessionId, function() {
|
||||
var invitationCount = inviteMusiciansDialog.createInvitations(newSessionId, function() {
|
||||
context.location = '#/session/' + newSessionId;
|
||||
});
|
||||
// Re-loading the session settings will cause the form to reset with the right stuff in it.
|
||||
|
|
|
|||
Loading…
Reference in New Issue