Remove Send to Individual User in the SocketSample (#687)

* Remove Send to Individual User in the SocketSample

This isn't actually implemented yet and the UI is misleading.
This commit is contained in:
Mikael Mengistu 2017-08-01 23:32:44 -07:00 committed by GitHub
parent 9791476d22
commit 3a95fb7171
1 changed files with 1 additions and 3 deletions

View File

@ -41,9 +41,7 @@
<form class="form-inline">
<div class="input-prepend input-append">
<input type="text" name="private-message" id="private-message-text" placeholder="Type a message" />
<input type="text" name="user" id="target" placeholder="Type a user or group name" />
<input type="button" id="privatemsg" class="btn" value="Send to user" />
<input type="text" name="user" id="target" placeholder="Type a group name" />
<input type="button" id="groupmsg" class="btn" value="Send to group" />
</div>
</form>