diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-09-24 01:12:59 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-09-24 01:12:59 +0100 |
commit | 7b8e24a588c394ff5c735b966078fe282dc5b833 (patch) | |
tree | 10594c951accf07f1ac7c91889d6334f2f1576c2 /webclient/room/room-controller.js | |
parent | close buttons on recents (SYWEB-68) (diff) | |
download | synapse-7b8e24a588c394ff5c735b966078fe282dc5b833.tar.xz |
close buttons on recents (SYWEB-68)
Diffstat (limited to 'webclient/room/room-controller.js')
-rw-r--r-- | webclient/room/room-controller.js | 2 |
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) { |