1 files changed, 12 insertions, 0 deletions
diff --git a/webclient/room/room.html b/webclient/room/room.html
index 600bc14eb8..9cd1ec3645 100644
--- a/webclient/room/room.html
+++ b/webclient/room/room.html
@@ -63,6 +63,18 @@
{{ feedback }}
</td>
</tr>
+ <tr>
+ <td>
+ </td>
+ <td>
+ <input class="mainInput" ng-model="imageURLToSend" ng-enter="sendImage()" placeholder="Image URL"/>
+ </td>
+ <td width="100px">
+ <button ng-click="sendImage(imageURLToSend)">Send Image</button>
+ </td>
+ <td>
+ </td>
+ </tr>
</table>
<span>
|