don't need to wrap this

Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
This commit is contained in:
Chris Abraham 2024-07-10 15:26:42 +07:00
parent d1d7bf210d
commit ead933d91a
No known key found for this signature in database
GPG Key ID: 60A2BD1DA7D4B0F0
1 changed files with 1 additions and 3 deletions

View File

@ -94,9 +94,7 @@
window.renderGoogleSearchResults()
}
} else if (getCookie("can_google") == "false") {
window.addEventListener('DOMContentLoaded', (event) => {
window.renderPageFindSearchResults()
});
window.renderPageFindSearchResults()
} else {
window.renderGoogleSearchResults()
}