#12 Added comment for dummy element
This commit is contained in:
parent
c88ea3b6f3
commit
00ef7e75eb
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue