From c855907f5943260a2b9740948a33f4170f3dda62 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Thu, 10 Dec 2009 14:29:27 +0100 Subject: Calling NewDirectMessage --- js/util.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js/util.js') 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(); } } } -- cgit v1.2.3-54-g00ecf