summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-11-20 04:02:53 +0000
committerSarven Capadisli <csarven@status.net>2009-11-20 04:02:53 +0000
commitb40948a700fa82110c28a3c8a48dc289e72163bd (patch)
tree66f9caf590bbb647830ad66eb5022f631facbec9
parent3d2a2d4173739a36b45fa32535180b6534b083f9 (diff)
Removed call to NewDirectMessage() until IE return is fixed i.e.,
<script> maxLength
-rw-r--r--js/util.js2
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();
}
}
}