summary refs log tree commit diff
path: root/webclient/room/room-controller.js
diff options
context:
space:
mode:
authorEmmanuel ROHEE <erohee@amdocs.com>2014-08-22 18:08:03 +0200
committerEmmanuel ROHEE <erohee@amdocs.com>2014-08-22 18:08:03 +0200
commitde0706493affc7d8aa6d294fbd531fa0b75ef49c (patch)
tree2595e59a64cebdcf30ba62f2e4c22a2c5df41996 /webclient/room/room-controller.js
parentrenamed rooms to home - renamed files (diff)
downloadsynapse-de0706493affc7d8aa6d294fbd531fa0b75ef49c.tar.xz
Use /home everywhere
Diffstat (limited to 'webclient/room/room-controller.js')
-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 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;