fix: #7236, header search stops working after header update

This commit is contained in:
Julian Lam
2019-01-12 15:31:23 -05:00
parent e1ca2d81f9
commit 3859d417ce

View File

@@ -152,6 +152,11 @@ app.cacheBuster = null;
app.reskin(data.config.bootswatchSkin);
translator.switchTimeagoLanguage(callback);
bootbox.setLocale(config.userLang);
if (config.searchEnabled) {
app.handleSearch();
}
$(window).trigger('action:app.updateHeader');
});
});