From 78e0b9834c4e3033dbda3fac651ca2e18272311d Mon Sep 17 00:00:00 2001 From: Andrew Rodrigues Date: Sat, 23 Mar 2019 03:45:21 -0400 Subject: [PATCH] fix: #7485 --- public/src/app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/src/app.js b/public/src/app.js index 05945d0cf3..f2b6c25ba0 100644 --- a/public/src/app.js +++ b/public/src/app.js @@ -157,6 +157,8 @@ app.cacheBuster = null; app.handleSearch(); } + handleStatusChange(); + $(window).trigger('action:app.updateHeader'); }); });