diff --git a/js/util.js b/js/util.js index 633af6dc8b..8d99ca0ff6 100644 --- a/js/util.js +++ b/js/util.js @@ -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(); } } }