]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[Minor] Fix icon rendering race condition in tab initialization 5702/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Fri, 24 Oct 2025 13:41:35 +0000 (16:41 +0300)
committerAlexander Moisseev <moiseev@mezonplus.ru>
Fri, 24 Oct 2025 13:41:35 +0000 (16:41 +0300)
commit5e52a1ec57443f6f0758b04586f43578355b8742
tree4ce9f37a8fcbf4173d4c173c7458951ebf6b5dae
parent073fdf986d651d64f53ce069815eabdee199b4e8
[Minor] Fix icon rendering race condition in tab initialization

Initialize FontAwesome icon replacement before activating stickyTabs
to ensure FooTable icons are properly converted on initial tab load.

Previously, stickyTabs would activate #status_nav before the FontAwesome
MutationObserver was set up, causing icons to render as unstyled fooicons.
interface/js/app/rspamd.js