diff options
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' |