diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-11-12 11:40:19 +0000 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-11-12 11:40:28 +0000 |
commit | e7ccd26c707a9786a349a2d5a6ad1b87206c9a82 (patch) | |
tree | 766993ab8a1122be7e10346e0e1cc1a681e30e17 /syweb/webclient/room/room-controller.js | |
parent | Fix pyflake warnings and add a FIXME comment to deal with auth_chains receive... (diff) | |
download | synapse-e7ccd26c707a9786a349a2d5a6ad1b87206c9a82.tar.xz |
SYWEB-140: Redact button layout.
Diffstat (limited to 'syweb/webclient/room/room-controller.js')
-rw-r--r-- | syweb/webclient/room/room-controller.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/syweb/webclient/room/room-controller.js b/syweb/webclient/room/room-controller.js index 2a79fbfbbc..6928754c5d 100644 --- a/syweb/webclient/room/room-controller.js +++ b/syweb/webclient/room/room-controller.js @@ -1087,6 +1087,7 @@ angular.module('RoomController', ['ngSanitize', 'matrixFilter', 'mFileInput', 'a console.log("Redact event >> " + JSON.stringify($scope.event_selected)); $modalInstance.close("redact"); }; + $scope.dismiss = $modalInstance.dismiss; }) .controller('RoomInfoController', function($scope, $modalInstance, $filter, matrixService) { console.log("Displaying room info."); |