From 97be6e9c3c393c238d7c7b828ab312d914e92e92 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Sun, 29 Nov 2009 20:03:36 +0000 Subject: [PATCH] Disabled call to NewDirectMessage() until IE issue is sorted out --- js/util.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/util.js b/js/util.js index 633af6dc8b..8d99ca0ff6 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(); } } }