Skip to content

Commit

Permalink
don't clear out hotjar iframe from an alien dom
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Whitton committed Feb 14, 2019
1 parent d117937 commit aab7a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ module.exports = function(environment) {
}
},
alienDom: {
toRemove: `${ALIEN_DOM_ROOT} > :not(.ember-view):not(#fb-root), ${ALIEN_DOM_ROOT} > head > link[rel=stylesheet]:not([href*=assets])`
toRemove: `${ALIEN_DOM_ROOT} > :not(.ember-view):not(#fb-root):not(#_hjRemoteVarsFrame), ${ALIEN_DOM_ROOT} > head > link[rel=stylesheet]:not([href*=assets])`
},
hotjar: {
id: 491820,
Expand Down

0 comments on commit aab7a65

Please sign in to comment.