summary refs log tree commit diff
path: root/webclient/index.html
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2014-10-31 11:20:07 +0000
committerKegan Dougal <kegan@matrix.org>2014-10-31 11:20:07 +0000
commitac2a17707037438015560265c1267f6665f5bbd2 (patch)
tree5cefd01b31e45fc08b67134075c2aab70e9d425c /webclient/index.html
parentSYWEB-45: Display the user_id of a user when hovering over their avatar next ... (diff)
downloadsynapse-ac2a17707037438015560265c1267f6665f5bbd2.tar.xz
Add notification-service.js to handle binging/notifications. Shift logic to this service.
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 d8b9c95353..bc011a6c72 100644
--- a/webclient/index.html
+++ b/webclient/index.html
@@ -41,6 +41,7 @@
     <script src="components/matrix/matrix-phone-service.js"></script>
     <script src="components/matrix/event-stream-service.js"></script>
     <script src="components/matrix/event-handler-service.js"></script>
+    <script src="components/matrix/notification-service.js"></script>
     <script src="components/matrix/presence-service.js"></script>
     <script src="components/fileInput/file-input-directive.js"></script>
     <script src="components/fileUpload/file-upload-service.js"></script>