Revert "Split messages with newline into multiple messages"
This reverts commit 6dd35fa890
.
The commit breaks support for chrome.
This commit is contained in:
parent
52630d7901
commit
026881a29c
3 changed files with 5 additions and 21 deletions
|
@ -1,7 +1,6 @@
|
|||
<form class="form form-horizontal" id="inputform" ng-submit="sendMessage()">
|
||||
<form class="form form-horizontal" ng-submit="sendMessage()">
|
||||
<div class="input-group">
|
||||
<textarea id="sendMessage" class="form-control monospace" ng-trim="false" rows="1" autocomplete="off" ng-model="command" autofocus>
|
||||
</textarea>
|
||||
<input id="sendMessage" type="text" class="form-control monospace" autocomplete="off" ng-model="command" autofocus>
|
||||
<span class="input-group-btn">
|
||||
<button class="btn btn-default btn-primary">Send</button>
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue