Disabled call to NewDirectMessage() until IE issue is sorted out

This commit is contained in:
Sarven Capadisli 2009-11-29 20:03:36 +00:00
parent a1bea8bb38
commit 97be6e9c3c
1 changed files with 0 additions and 2 deletions

View File

@ -442,8 +442,6 @@ 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();
}
}
}