diff options
author | Sarven Capadisli <csarven@status.net> | 2009-12-10 14:29:27 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-12-10 14:29:27 +0100 |
commit | c855907f5943260a2b9740948a33f4170f3dda62 (patch) | |
tree | 2f02918788cb9b967a6dd5af81843e439bfaf226 | |
parent | b2a16407ca75a9bbe43fea74ff250bb70ba41140 (diff) |
Calling NewDirectMessage
-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(); } } } |