summary refs log tree commit diff
path: root/webclient/app.js
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-10-31 09:49:43 +0000
committerErik Johnston <erik@matrix.org>2014-10-31 09:49:43 +0000
commitd9a9e9eb300a856a52255f77f40b66d18801153d (patch)
tree5731bcf730053af0f688d49e79eaa4f9bfcb47bc /webclient/app.js
parentFix bug in redaction auth. (diff)
parentSYWEB-12: You'll be needing this. (diff)
downloadsynapse-d9a9e9eb300a856a52255f77f40b66d18801153d.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into federation_authorization
Diffstat (limited to 'webclient/app.js')
-rw-r--r--webclient/app.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/webclient/app.js b/webclient/app.js

index 099e2170a0..8d9b662ee9 100644 --- a/webclient/app.js +++ b/webclient/app.js
@@ -31,7 +31,8 @@ var matrixWebClient = angular.module('matrixWebClient', [ 'eventStreamService', 'eventHandlerService', 'infinite-scroll', - 'ui.bootstrap' + 'ui.bootstrap', + 'monospaced.elastic' ]); matrixWebClient.config(['$routeProvider', '$provide', '$httpProvider',