From fd4fdb5988bfc5d52b70351d1cfe67143adfc727 Mon Sep 17 00:00:00 2001 From: Quinella Date: Wed, 25 Sep 2013 11:25:19 +0200 Subject: [PATCH] Fixes tabs so that it will show roomname instead of roomid on joining --- js/client-chat.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/client-chat.js b/js/client-chat.js index b64eca4e3..295c60531 100644 --- a/js/client-chat.js +++ b/js/client-chat.js @@ -699,6 +699,7 @@ case 'title': this.title = row[1]; + app.topbar.updateTabbar(); break; case 'c':