diff --git a/js/util.js b/js/util.js index 60865d3520..66d66c1547 100644 --- a/js/util.js +++ b/js/util.js @@ -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(); } } }