Don't reset user id after send message/invitation

1.10.x
Angel Fernando Quiroz Campos 10 years ago
parent 6c35d91f95
commit a13a78f330
  1. 4
      main/template/default/social/form_modals.tpl

@ -64,8 +64,6 @@
$frmSendMessage[0].reset();
});
sendToUser = 0;
});
$('.btn-to-send-invitation').on('click', function(e) {
@ -87,8 +85,6 @@
$frmSendInvitation[0].reset();
});
sendToUser = 0;
});
});
</script>

Loading…
Cancel
Save