From a4204e2fa3c7609c42bbdb17a259ff14d407bbf2 Mon Sep 17 00:00:00 2001 From: Bilal Date: Wed, 16 Sep 2020 12:01:47 +0300 Subject: [PATCH] fix after rebase --- app/assets/javascripts/channels/projects.coffee | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/javascripts/channels/projects.coffee b/app/assets/javascripts/channels/projects.coffee index 9840f32..bf2d375 100644 --- a/app/assets/javascripts/channels/projects.coffee +++ b/app/assets/javascripts/channels/projects.coffee @@ -27,4 +27,5 @@ $(document).on "turbolinks:load", -> $(".toast").toast('show') showMatchingStatusUpdate: (content) -> - $("#flash-message").replaceWith content + $(".flash-message").html content + $(".toast").toast('show')