pull/1/head
Victor Dubiniuk 11 years ago committed by Tobias Hintze
parent dbde4c2a10
commit ae8f290fb2

@ -113,7 +113,8 @@ var officeMain = {
} }
); );
}, },
onInvite: function() { onInvite: function(event) {
event.preventDefault();
$('#invite-block').toggle(); $('#invite-block').toggle();
}, },
sendInvite: function() { sendInvite: function() {

Loading…
Cancel
Save