Commit a256645d authored by ichim-david's avatar ichim-david

Removed rendering of rosterview since I've added check to render only with...

Removed rendering of rosterview since I've added check to render only with passed item and the result is the same without the rendering
parent 3cf67188
...@@ -1146,7 +1146,7 @@ ...@@ -1146,7 +1146,7 @@
// Add the roster // Add the roster
xmppchat.roster = new xmppchat.RosterItems(); 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); xmppchat.rosterview.$el.appendTo(controlbox.contactspanel.$el);
// Rebind events (necessary for click events on tabs inserted via the panels) // Rebind events (necessary for click events on tabs inserted via the panels)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment