Disabled call to NewDirectMessage() until IE issue is sorted out
This commit is contained in:
@@ -442,8 +442,6 @@ var SN = { // StatusNet
|
|||||||
$('.form_group_join').each(function() { SN.U.FormXHR($(this)); });
|
$('.form_group_join').each(function() { SN.U.FormXHR($(this)); });
|
||||||
$('.form_group_leave').each(function() { SN.U.FormXHR($(this)); });
|
$('.form_group_leave').each(function() { SN.U.FormXHR($(this)); });
|
||||||
$('.form_user_nudge').each(function() { SN.U.FormXHR($(this)); });
|
$('.form_user_nudge').each(function() { SN.U.FormXHR($(this)); });
|
||||||
|
|
||||||
SN.U.NewDirectMessage();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user