diff options
author | Sarven Capadisli <csarven@status.net> | 2009-11-20 04:02:53 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-11-20 04:02:53 +0000 |
commit | b40948a700fa82110c28a3c8a48dc289e72163bd (patch) | |
tree | 66f9caf590bbb647830ad66eb5022f631facbec9 /js/util.js | |
parent | 3d2a2d4173739a36b45fa32535180b6534b083f9 (diff) |
Removed call to NewDirectMessage() until IE return is fixed i.e.,
<script> maxLength
Diffstat (limited to 'js/util.js')
-rw-r--r-- | js/util.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/util.js b/js/util.js index 9c79f837f..8846fcd3d 100644 --- a/js/util.js +++ b/js/util.js @@ -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(); } } } |