mirror of https://github.com/zulip/zulip.git
scheduled-messages: Remove unused `send_later_custom` template variable.
In commit e89cbf0ac1
, the only use of this template variable was
removed from `send_later_popover.hbs`.
This commit is contained in:
parent
d0e9a77a57
commit
a85492ac49
|
@ -811,10 +811,6 @@ export function initialize() {
|
|||
},
|
||||
};
|
||||
|
||||
const send_later_custom = {
|
||||
text: $t({defaultMessage: "Custom"}),
|
||||
};
|
||||
|
||||
function set_compose_box_schedule(element) {
|
||||
const send_later_in = element.id;
|
||||
const send_later_class = element.classList[0];
|
||||
|
@ -886,7 +882,6 @@ export function initialize() {
|
|||
render_send_later_modal({
|
||||
possible_send_later_today,
|
||||
send_later_tomorrow,
|
||||
send_later_custom,
|
||||
}),
|
||||
);
|
||||
overlays.open_modal("send_later_modal", {
|
||||
|
|
Loading…
Reference in New Issue