Calling NewDirectMessage

This commit is contained in:
Sarven Capadisli 2009-12-10 14:29:27 +01:00
parent b2a16407ca
commit c855907f59
1 changed files with 2 additions and 0 deletions

View File

@ -463,6 +463,8 @@ var SN = { // StatusNet
$('.form_group_join').each(function() { SN.U.FormXHR($(this)); });
$('.form_group_leave').each(function() { SN.U.FormXHR($(this)); });
$('.form_user_nudge').each(function() { SN.U.FormXHR($(this)); });
SN.U.NewDirectMessage();
}
}
}