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:
Ed Lee
2018-10-12 19:13:39 +00:00
parent 6691528b61
commit 72de3d9cf6
66 changed files with 2261 additions and 523 deletions

View File

@@ -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});