diff options
author | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-18 18:05:42 +0200 |
---|---|---|
committer | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-18 18:05:42 +0200 |
commit | ecfdf232504599d93524c48d034345560fa231f1 (patch) | |
tree | a39319d347b8b0a099fa99e30181bd2ad2201b5c /webclient/index.html | |
parent | In members list, on avatar mouseover, show a tooltip with the user matrix id (diff) | |
download | synapse-ecfdf232504599d93524c48d034345560fa231f1.tar.xz |
Created boilerplate for user profile page
Diffstat (limited to 'webclient/index.html')
-rw-r--r-- | webclient/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webclient/index.html b/webclient/index.html index 455eff4a13..51f6ff1f4d 100644 --- a/webclient/index.html +++ b/webclient/index.html @@ -16,6 +16,7 @@ <script src="login/login-controller.js"></script> <script src="room/room-controller.js"></script> <script src="rooms/rooms-controller.js"></script> + <script src="user/user-controller.js"></script> <script src="components/matrix/matrix-service.js"></script> <script src="components/matrix/event-stream-service.js"></script> <script src="components/matrix/event-handler-service.js"></script> |