mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
compose_ui: Extract method to set color of stream header bar.
Similar method will be used to set color for stream selection bar when editing stream of topic/message.
This commit is contained in:
@@ -187,7 +187,7 @@ exports.initialize_kitchen_sink_stuff = function () {
|
||||
});
|
||||
|
||||
$("#stream_message_recipient_stream").on('blur', function () {
|
||||
compose_actions.decorate_stream_bar(this.value);
|
||||
ui_util.decorate_stream_bar(this.value, $("#stream-message .message_header_stream"));
|
||||
});
|
||||
|
||||
$(window).on('blur', function () {
|
||||
|
||||
Reference in New Issue
Block a user