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:
parent
9791476d22
commit
3a95fb7171
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue