]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Disabled call to NewDirectMessage() until IE issue is sorted out
authorSarven Capadisli <csarven@status.net>
Sun, 29 Nov 2009 20:03:36 +0000 (20:03 +0000)
committerSarven Capadisli <csarven@status.net>
Sun, 29 Nov 2009 20:03:36 +0000 (20:03 +0000)
js/util.js

index 633af6dc8bec29c452af398708ffecf1c748ebd9..8d99ca0ff6e07891a6af2ca1444732800f431ba3 100644 (file)
@@ -442,8 +442,6 @@ 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();
             }
         }
     }