diff options
author | Sarven Capadisli <csarven@status.net> | 2009-11-29 20:03:36 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-11-29 20:03:36 +0000 |
commit | 97be6e9c3c393c238d7c7b828ab312d914e92e92 (patch) | |
tree | 7a4d819b5a09f9b02642717f069333bc0d4bc4dc /js | |
parent | a1bea8bb38c20e1174ba733fdf1e8af69c2ef3d7 (diff) |
Disabled call to NewDirectMessage() until IE issue is sorted out
Diffstat (limited to '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 633af6dc8..8d99ca0ff 100644 --- a/js/util.js +++ b/js/util.js @@ -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(); } } } |