Skip to content

Commit 136e005

Browse files
committed
fix
1 parent 810eb59 commit 136e005

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

footer.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const addLinks = () => {
2525

2626
// All the `search` scripts start working only after window.onload(). Postponing search box adjustments
2727
window.onload = function (event) {
28+
setTimeout(() => {
2829
init_all_results_button();
2930
init_search_hotkey();
3031
init_search_observer();
@@ -33,6 +34,7 @@ window.onload = function (event) {
3334

3435
addLinks();
3536
changeTelegramChannelLanguageForRussianSpeakingUser();
37+
});
3638
};
3739

3840
const isLanding = document.getElementById('landing_logo_id') !== null;

0 commit comments

Comments
 (0)