diff options
author | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-19 16:37:31 +0200 |
---|---|---|
committer | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-19 16:37:31 +0200 |
commit | 4f773de6baeeee0d0a3d4aa3606dec0d45698ce5 (patch) | |
tree | 6e7204b35aa0b046a15071bc16c227b63918d9d2 /webclient | |
parent | Cleaned dead code (diff) | |
download | synapse-4f773de6baeeee0d0a3d4aa3606dec0d45698ce5.tar.xz |
BF: The enter key in the image URL box called sendImage() with no argument
Diffstat (limited to 'webclient')
-rw-r--r-- | webclient/room/room.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webclient/room/room.html b/webclient/room/room.html index 36bd95c1bb..8cae7ee515 100644 --- a/webclient/room/room.html +++ b/webclient/room/room.html @@ -76,7 +76,7 @@ <td> </td> <td> - <input id="mainInput" ng-model="imageURLToSend" ng-enter="sendImage()" placeholder="Image URL"/> + <input id="mainInput" ng-model="imageURLToSend" ng-enter="sendImage(imageURLToSend)" placeholder="Image URL"/> </td> <td width="100px"> <button ng-click="sendImage(imageURLToSend)">Send URL</button> |