space after demo in <title>

This commit is contained in:
Heydon Pickering 2017-08-06 09:25:05 +01:00
parent e81399ec27
commit 2879d6c1f1
4 changed files with 4 additions and 4 deletions

View File

@ -466,7 +466,7 @@ toggle.addEventListener('click', (e) => {
var standalone = window.open();
script.textContent = standaloneScript;
standalone.document.body.appendChild(document.importNode(template.content, true));
standalone.document.title = 'demo' + "414e06a48e755bf9e43e5e2596f9ea7a"
standalone.document.title = 'demo ' + "414e06a48e755bf9e43e5e2596f9ea7a"
});
})();
</script>

View File

@ -1725,7 +1725,7 @@ toggle.addEventListener('click', (e) => {
var standalone = window.open();
script.textContent = standaloneScript;
standalone.document.body.appendChild(document.importNode(template.content, true));
standalone.document.title = 'demo' + "414e06a48e755bf9e43e5e2596f9ea7a"
standalone.document.title = 'demo ' + "414e06a48e755bf9e43e5e2596f9ea7a"
});
})();
</script>

File diff suppressed because one or more lines are too long

View File

@ -39,7 +39,7 @@
var standalone = window.open();
script.textContent = standaloneScript;
standalone.document.body.appendChild(document.importNode(template.content, true));
standalone.document.title = 'demo' + {{ $uniq }}
standalone.document.title = 'demo ' + {{ $uniq }}
});
})();
</script>