summary refs log tree commit diff
path: root/webclient/index.html
diff options
context:
space:
mode:
authorEmmanuel ROHEE <erohee@amdocs.com>2014-08-14 11:36:11 +0200
committerEmmanuel ROHEE <erohee@amdocs.com>2014-08-14 11:36:11 +0200
commit7dc0a28e17bff5172c303497b6c1ca40af23e7e9 (patch)
tree38648495ef21814d2d516e79d889d57269f5d4c9 /webclient/index.html
parentgrammar fix (diff)
downloadsynapse-7dc0a28e17bff5172c303497b6c1ca40af23e7e9.tar.xz
Created m-file-input. A directive to open a file selection dialog on whatever HTML element
Diffstat (limited to '')
-rw-r--r--webclient/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/webclient/index.html b/webclient/index.html
index ddc9ab5e32..f4b791ecdb 100644
--- a/webclient/index.html
+++ b/webclient/index.html
@@ -14,6 +14,7 @@
     <script src="room/room-controller.js"></script>
     <script src="rooms/rooms-controller.js"></script>
     <script src="components/matrix/matrix-service.js"></script>
+    <script src="components/fileInput/file-input-directive.js"></script>
 </head>
 
 <body>