mirror of https://github.com/zulip/zulip.git
Remove class="zephyr" on new message form
This isn't used by our CSS or Javascript, and we're trying to get rid of the "zephyr" name. (imported from commit c3cae24168088eef2bb64944d9a1bd1d8be4b59d)
This commit is contained in:
parent
04b6ea1e5b
commit
cce370c7b3
|
@ -69,7 +69,7 @@
|
|||
<div class="close composebox-close" onclick="compose.cancel()">×</div>
|
||||
<div class="message_comp">
|
||||
<div class="alert" id="send-status"></div>
|
||||
<form action="/json/send_message/" method="post" class="zephyr">
|
||||
<form action="/json/send_message/" method="post">
|
||||
<input type="hidden" name="type" value="stream" id="new_message_type"/>
|
||||
<input type="hidden" name="client" value="website" id="client_name"/>
|
||||
{% csrf_token %}
|
||||
|
|
Loading…
Reference in New Issue