space after demo in <title>
This commit is contained in:
parent
e81399ec27
commit
2879d6c1f1
|
@ -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>
|
||||
|
|
|
@ -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
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user