Skip to content

Commit 3516b6d

Browse files
committed
fix
1 parent 136e005 commit 3516b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ window.onload = function (event) {
3434

3535
addLinks();
3636
changeTelegramChannelLanguageForRussianSpeakingUser();
37-
});
37+
}, 1);
3838
};
3939

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

0 commit comments

Comments
 (0)