summary refs log tree commit diff
path: root/webclient/index.html
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/index.html
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/index.html')
-rw-r--r--webclient/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/webclient/index.html b/webclient/index.html

index 35c8051298..d8b9c95353 100644 --- a/webclient/index.html +++ b/webclient/index.html
@@ -20,6 +20,7 @@ <script type='text/javascript' src="js/ui-bootstrap-tpls-0.11.2.js"></script> <script type='text/javascript' src='js/ng-infinite-scroll-matrix.js'></script> <script type='text/javascript' src='js/autofill-event.js'></script> + <script type='text/javascript' src='js/elastic.js'></script> <script src="app.js"></script> <script src="config.js"></script> <script src="app-controller.js"></script>