We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 810eb59 commit 136e005Copy full SHA for 136e005
footer.js
@@ -25,6 +25,7 @@ const addLinks = () => {
25
26
// All the `search` scripts start working only after window.onload(). Postponing search box adjustments
27
window.onload = function (event) {
28
+ setTimeout(() => {
29
init_all_results_button();
30
init_search_hotkey();
31
init_search_observer();
@@ -33,6 +34,7 @@ window.onload = function (event) {
33
34
35
addLinks();
36
changeTelegramChannelLanguageForRussianSpeakingUser();
37
+ });
38
};
39
40
const isLanding = document.getElementById('landing_logo_id') !== null;
0 commit comments