summary refs log tree commit diff
path: root/webclient/room
diff options
context:
space:
mode:
authorEmmanuel ROHEE <erohee@amdocs.com>2014-08-18 10:54:43 +0200
committerEmmanuel ROHEE <erohee@amdocs.com>2014-08-18 10:54:43 +0200
commit71584930cb4739bd9677ba4788a34cae56444eac (patch)
treef8f821873776f908ee36ea97d8fcf2fc590a7462 /webclient/room
parentDo not start the event stream if the user is not logged in (=if he does not h... (diff)
downloadsynapse-71584930cb4739bd9677ba4788a34cae56444eac.tar.xz
Disabled image upload UIs
Diffstat (limited to 'webclient/room')
-rw-r--r--webclient/room/room.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/webclient/room/room.html b/webclient/room/room.html
index 0f01b94c39..eba0881880 100644
--- a/webclient/room/room.html
+++ b/webclient/room/room.html
@@ -74,12 +74,14 @@
                     <td>
                         <input id="mainInput" ng-model="imageURLToSend" ng-enter="sendImage()" placeholder="Image URL"/>
                     </td>
-                    <td  width="100px">
+                    <td width="100px">
                         <button ng-click="sendImage(imageURLToSend)">Send URL</button>
                     </td>
+                    <!-- TODO: To enable once we have an upload server
                     <td width="100px">
                         <button m-file-input="imageFileToSend">Send Image</button>
                     </td>
+                    -->
                 </tr>
             </table>