window.onload = function () { const sidebarCollapse = document.getElementById("sidebarCollapse"); if (!sidebarCollapse) return; const observer = new MutationObserver((mutations) => { mutations.forEach((mutation) => { if (mutation.type === "attributes") { const attrName = mutation.attributeName; if (attrName && attrName.startsWith("data-userway-s6-styled")) { sidebarCollapse.style.background = "none"; sidebarCollapse.style.backgroundColor = ""; } } }); }); observer.observe(sidebarCollapse, { attributes: true }); };

الإبلاغ عن الحالات

0 /500

شكراً لك !

لقد تلقينا رسالتك

X
تساعدنا ملفات تعريف الارتباط في تحسين تجربة موقع الويب الخاص بك. باستخدام موقعنا ، أنت توافق على اسخدامنا لملفات تعريف الارتباط.
موافق