We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593b5d3 commit 5cc77b1Copy full SHA for 5cc77b1
1 file changed
app/instance-initializers/head.js
@@ -6,7 +6,7 @@ export function initialize(owner) {
6
// clear fast booted head (if any)
7
let startMeta = document.querySelector('meta[name="ember-cli-head-start"]')
8
let endMeta = document.querySelector('meta[name="ember-cli-head-end"]')
9
- if (startMeta && startMeta) {
+ if (startMeta && endMeta) {
10
let el = startMeta.nextSibling
11
while(el && el !== endMeta) {
12
document.head.removeChild(el);
0 commit comments