From a256645d6da71491c5b9bb79f6bc3f98492e41c8 Mon Sep 17 00:00:00 2001 From: ichim-david Date: Thu, 21 Feb 2013 22:24:09 +0200 Subject: [PATCH] Removed rendering of rosterview since I've added check to render only with passed item and the result is the same without the rendering --- converse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/converse.js b/converse.js index 9831a68db..3c42c9a52 100644 --- a/converse.js +++ b/converse.js @@ -1146,7 +1146,7 @@ // Add the roster xmppchat.roster = new xmppchat.RosterItems(); - xmppchat.rosterview = new xmppchat.RosterView({'model':xmppchat.roster}).render(); + xmppchat.rosterview = new xmppchat.RosterView({'model':xmppchat.roster}); xmppchat.rosterview.$el.appendTo(controlbox.contactspanel.$el); // Rebind events (necessary for click events on tabs inserted via the panels)