diff --git a/app.js b/app.js
index 136deb99d..fa1e0c10d 100644
--- a/app.js
+++ b/app.js
@@ -594,14 +594,9 @@ $(document).bind('joined.muc', function (event, jid, info) {
// Once we've joined the muc show the toolbar
Toolbar.showToolbar();
- var displayName = '';
if (info.displayName)
- displayName = info.displayName + ' (me)';
- else
- displayName = "Me";
-
- $(document).trigger('displaynamechanged',
- ['localVideoContainer', displayName]);
+ $(document).trigger('displaynamechanged',
+ ['localVideoContainer', info.displayName + ' (me)']);
});
$(document).bind('entered.muc', function (event, jid, info, pres) {
diff --git a/index.html b/index.html
index a09a4ff66..3a5f2ff5e 100644
--- a/index.html
+++ b/index.html
@@ -58,7 +58,7 @@
-
+
@@ -277,6 +277,5 @@
-