diff options
author | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-20 16:18:50 +0200 |
---|---|---|
committer | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-20 17:04:50 +0200 |
commit | 6d3391f2f0bbbc99d3a6201bdb134b04e0b10f18 (patch) | |
tree | 326ae70bd8fdeadb5bdae89e21c6db402be8f6b2 /webclient/index.html | |
parent | Sanitize message text content only if the type of current message in the ng-r... (diff) | |
download | synapse-6d3391f2f0bbbc99d3a6201bdb134b04e0b10f18.tar.xz |
Send images with their imageInfo (size, mymetype, width & height)
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 a7e9cd9341..27d9208193 100644 --- a/webclient/index.html +++ b/webclient/index.html @@ -25,6 +25,7 @@ <script src="components/matrix/event-handler-service.js"></script> <script src="components/fileInput/file-input-directive.js"></script> <script src="components/fileUpload/file-upload-service.js"></script> + <script src="components/utilities/utilities-service.js"></script> </head> <body> |