summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/util.js2
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();
}
}
}