vrfs1008: added hook to external createInvitations function

This commit is contained in:
Jonathan Kolyer 2014-01-13 14:57:22 -06:00
parent d9d240541d
commit ddcfef56c4
1 changed files with 1 additions and 1 deletions

View File

@ -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.