This commit is contained in:
Victor Dubiniuk 2013-08-16 21:24:30 +03:00 committed by Tobias Hintze
parent dbde4c2a10
commit ae8f290fb2

View File

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