diff --git a/js/client.js b/js/client.js
index 96df35a97..3e4a00ad7 100644
--- a/js/client.js
+++ b/js/client.js
@@ -1272,7 +1272,6 @@
});
},
roomsResponse: function (data) {
- app.supports['rooms'] = true;
if (data) {
this.roomsData = data;
}
@@ -1820,9 +1819,7 @@
if (window.nodewebkit) {
if (nwWindow.setBadgeLabel) nwWindow.setBadgeLabel(notificationCount || '');
}
- if (app.supports['rooms']) {
- sideBuf += '
';
- }
+ sideBuf += ' ';
var margin = 0;
if (sideBuf) {
if (app.curSideRoom) {
@@ -2937,9 +2934,7 @@
var buf = '' + this.renderRooms([app.rooms[''], app.rooms['teambuilder'], app.rooms['ladder']]) + '
';
if (app.roomList.length) buf += this.renderRooms(app.roomList);
var sideBuf = this.renderRooms(app.sideRoomList);
- if (app.supports['rooms']) {
- sideBuf += ' ';
- }
+ sideBuf += ' ';
if (sideBuf) {
buf += '';
}