This commit is contained in:
JC Brand 2013-05-21 14:10:10 +02:00
parent 18410ca4bf
commit d582e0f3bb

View File

@ -771,7 +771,7 @@
this.on('update-rooms-list', function (ev) {
this.updateRoomsList();
});
converse.xmppstatus.model.on("change", $.proxy(function (model) {
converse.xmppstatus.on("change", $.proxy(function (model) {
if (!(_.has(model.changed, 'fullname'))) {
return;
}