Bug 1498462 - Add Personalization v2, RichText snippets and bug fixes to Activity Stream r=ursula
Differential Revision: https://phabricator.services.mozilla.com/D8588
This commit is contained in:
@@ -393,7 +393,8 @@ export function addSnippetsSubscriber(store) {
|
||||
!snippets.initialized &&
|
||||
// Don't call init multiple times
|
||||
!initializing &&
|
||||
location.href !== "about:welcome"
|
||||
location.href !== "about:welcome" &&
|
||||
location.hash !== "#asrouter"
|
||||
) {
|
||||
initializing = true;
|
||||
await snippets.init({appData: state.Snippets});
|
||||
|
||||
Reference in New Issue
Block a user