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">
|
<form class="form-inline">
|
||||||
<div class="input-prepend input-append">
|
<div class="input-prepend input-append">
|
||||||
<input type="text" name="private-message" id="private-message-text" placeholder="Type a message" />
|
<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="text" name="user" id="target" placeholder="Type a group name" />
|
||||||
|
|
||||||
<input type="button" id="privatemsg" class="btn" value="Send to user" />
|
|
||||||
<input type="button" id="groupmsg" class="btn" value="Send to group" />
|
<input type="button" id="groupmsg" class="btn" value="Send to group" />
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue