]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Calling NewDirectMessage
authorSarven Capadisli <csarven@status.net>
Thu, 10 Dec 2009 13:29:27 +0000 (14:29 +0100)
committerSarven Capadisli <csarven@status.net>
Thu, 10 Dec 2009 13:29:27 +0000 (14:29 +0100)
js/util.js

index 60865d35200e8cf2b8855e99bb341d240d1a7b22..66d66c15476fef7ad482a263b4a8b46858919323 100644 (file)
@@ -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();
             }
         }
     }