diff options
author | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-22 18:08:03 +0200 |
---|---|---|
committer | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-22 18:08:03 +0200 |
commit | de0706493affc7d8aa6d294fbd531fa0b75ef49c (patch) | |
tree | 2595e59a64cebdcf30ba62f2e4c22a2c5df41996 /webclient/room/room-controller.js | |
parent | renamed rooms to home - renamed files (diff) | |
download | synapse-de0706493affc7d8aa6d294fbd531fa0b75ef49c.tar.xz |
Use /home everywhere
Diffstat (limited to '')
-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 26d1836fc2..65a33dd60b 100644 --- a/webclient/room/room-controller.js +++ b/webclient/room/room-controller.js @@ -364,7 +364,7 @@ angular.module('RoomController', ['ngSanitize', 'mUtilities']) matrixService.leave($scope.room_id).then( function(response) { console.log("Left room "); - $location.url("rooms"); + $location.url("home"); }, function(error) { $scope.feedback = "Failed to leave room: " + error.data.error; |