Removed call to NewDirectMessage() until IE return is fixed i.e.,

<script> maxLength
This commit is contained in:
Sarven Capadisli 2009-11-20 04:02:53 +00:00
parent 3d2a2d4173
commit b40948a700
1 changed files with 0 additions and 2 deletions

View File

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