summary refs log tree commit diff
path: root/webclient/index.html
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2014-10-31 16:22:15 +0000
committerKegan Dougal <kegan@matrix.org>2014-10-31 16:22:15 +0000
commitb0f0b7b75e2887be546ac7c5e1d3dabec8d7052c (patch)
treedba63317dc9697139dea272400310cada1a1d246 /webclient/index.html
parentHook into more of event-handler-service and mimic its functions for now. (diff)
downloadsynapse-b0f0b7b75e2887be546ac7c5e1d3dabec8d7052c.tar.xz
room.html now displays messages from model-service. Add debugging fields. Hook up the room member *at the time* to the message so it can display the right historical member info.
Diffstat (limited to 'webclient/index.html')
-rw-r--r--webclient/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/webclient/index.html b/webclient/index.html
index 965981f7de..3ed968a5ea 100644
--- a/webclient/index.html
+++ b/webclient/index.html
@@ -13,7 +13,7 @@
    
     <script type='text/javascript' src='js/jquery-1.8.3.min.js'></script>
     <script type="text/javascript" src="https://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script> 
-    <script src="js/angular.min.js"></script>
+    <script src="js/angular.js"></script>
     <script src="js/angular-route.min.js"></script>
     <script src="js/angular-sanitize.min.js"></script>
     <script src="js/angular-animate.min.js"></script>