* 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:
parent
723b53676a
commit
c1479081ff
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue