Skip to content

Commit

Permalink
ALmost complete with toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
Signior-X committed Mar 26, 2021
1 parent 4a0109e commit f587d56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/compose_actions.js
Expand Up @@ -7,10 +7,10 @@ import * as channel from "./channel";
import * as common from "./common";
import * as compose from "./compose";
import * as compose_fade from "./compose_fade";
import * as compose_height from "./compose_height";
import * as compose_pm_pill from "./compose_pm_pill";
import * as compose_state from "./compose_state";
import * as compose_ui from "./compose_ui";
import * as compose_height from "./compose_height";
import * as drafts from "./drafts";
import * as hash_util from "./hash_util";
import {i18n} from "./i18n";
Expand Down
1 change: 1 addition & 0 deletions templates/zerver/app/compose.html
Expand Up @@ -101,6 +101,7 @@
<a role="button" id="undo_markdown_preview" class="message-control-button fa fa-edit" aria-label="{{ _('Write') }}" tabindex=0 style="display:none;" title="{{ _('Write') }}"></a>
<a role="button" class="message-control-button fa fa-video-camera video_link" aria-label="{{ _('Add video call') }}" tabindex=0 title="{{ _('Add video call') }}"></a>
<a role="button" class="message-control-button fa fa-smile-o" aria-label="{{_('Add emoji')}}" id="emoji_map" tabindex=0 title="{{ _('Add emoji') }}"></a>
<a role="button" class="message-control-button fa fa-expand" aria-label="{{_('Expand composebox')}}" id="full_size_compose_button" tabindex=0 title="{{ _('Expand composebox') }}"></a>
<a class="message-control-link drafts-link" href="#drafts" title="{{ _('Drafts') }} (d)">{{ _('Drafts') }}</a>
<a role="button" class="message-control-link" tabindex=0 data-overlay-trigger="message-formatting">{{ _('Help') }}</a>
<span id="sending-indicator"></span>
Expand Down

0 comments on commit f587d56

Please sign in to comment.