diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-11-13 11:55:02 +0000 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-11-13 11:55:49 +0000 |
commit | 8ce69e802d22322386e2e17ee27a26a41933d660 (patch) | |
tree | b7389200a9e63b492716be7ad5550e49ffa58f3d /syweb/webclient/app.js | |
parent | This gives just enough space for the vertical scrollbar to be shown without a... (diff) | |
download | synapse-8ce69e802d22322386e2e17ee27a26a41933d660.tar.xz |
SYWEB-152: Migrate IRC command logic to commands-service.
Diffstat (limited to 'syweb/webclient/app.js')
-rw-r--r-- | syweb/webclient/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/syweb/webclient/app.js b/syweb/webclient/app.js index 35190a71f4..f9d5c18ec4 100644 --- a/syweb/webclient/app.js +++ b/syweb/webclient/app.js @@ -33,6 +33,7 @@ var matrixWebClient = angular.module('matrixWebClient', [ 'notificationService', 'recentsService', 'modelService', + 'commandsService', 'infinite-scroll', 'ui.bootstrap', 'monospaced.elastic' |