diff options
-rw-r--r-- | js/util.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/util.js b/js/util.js index 60865d352..66d66c154 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(); } } } |