* VRFS-747 - hm. curious. I must not have added the necessary events at any time, meaning this never really worked for the sidebra

This commit is contained in:
Seth Call 2013-10-02 21:32:57 +00:00
parent 723b53676a
commit c1479081ff
1 changed files with 9 additions and 0 deletions

View File

@ -489,6 +489,15 @@
});
});
//////////////////////////////////////////////////////////////
// watch for Invite More Users events
$('#sidebar-div .btn-email-invitation').click(function() {
invitationDialog.showEmailDialog();
});
$('#sidebar-div .btn-gmail-invitation').click(function() {
invitationDialog.showGoogleDialog();
});
}
this.initialize = function() {