#12 Added comment for dummy element

This commit is contained in:
Serraniel 2020-07-29 13:41:25 +02:00
parent c88ea3b6f3
commit 00ef7e75eb
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3

View file

@ -17,6 +17,7 @@ function initSearch() {
entry.appendChild(quickSearchElement);
// Aniwatch CSS requires the search input to be in some kind of known menu container
let dummyNode = document.createElement('a');
dummyNode.appendChild(quickSearchElement);
entry.appendChild(dummyNode);