]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Removed call to NewDirectMessage() until IE return is fixed i.e.,
authorSarven Capadisli <csarven@status.net>
Fri, 20 Nov 2009 04:02:53 +0000 (04:02 +0000)
committerSarven Capadisli <csarven@status.net>
Fri, 20 Nov 2009 04:02:53 +0000 (04:02 +0000)
<script> maxLength

js/util.js

index 9c79f837ffe1dd3d323865d551f7ec5b36b37083..8846fcd3d3c6624e34d3ecab1a77b3beed257399 100644 (file)
@@ -419,8 +419,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();
             }
         }
     }