summary refs log tree commit diff
path: root/webclient/room
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-09-24 01:12:59 +0100
committerMatthew Hodgson <matthew@matrix.org>2014-09-24 01:12:59 +0100
commit7b8e24a588c394ff5c735b966078fe282dc5b833 (patch)
tree10594c951accf07f1ac7c91889d6334f2f1576c2 /webclient/room
parentclose buttons on recents (SYWEB-68) (diff)
downloadsynapse-7b8e24a588c394ff5c735b966078fe282dc5b833.tar.xz
close buttons on recents (SYWEB-68)
Diffstat (limited to 'webclient/room')
-rw-r--r--webclient/room/room-controller.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webclient/room/room-controller.js b/webclient/room/room-controller.js
index ff0f1e05fa..384d7dc9a6 100644
--- a/webclient/room/room-controller.js
+++ b/webclient/room/room-controller.js
@@ -829,7 +829,7 @@ angular.module('RoomController', ['ngSanitize', 'matrixFilter', 'mFileInput'])
         
         matrixService.leave($scope.room_id).then(
             function(response) {
-                console.log("Left room ");
+                console.log("Left room " + $scope.room_id);
                 $location.url("home");
             },
             function(error) {