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:
Aman Agrawal
2020-05-12 14:20:50 +05:30
committed by Tim Abbott
parent 0a61754635
commit 9734bcc7cd
3 changed files with 26 additions and 27 deletions

View File

@@ -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 () {