first commit

This commit is contained in:
2025-06-17 11:53:18 +02:00
commit 9f0f7ba12b
8804 changed files with 1369176 additions and 0 deletions

View File

@ -0,0 +1 @@
if(!Joomla)throw new Error("Joomla API is not properly initialised");const url=new URL(`${Joomla.getOptions("system.paths").baseFull}index.php?option=com_ajax&group=quickicon&plugin=eos&format=json`);async function onMutatedMessagesContainer(e,o){for(const t of e){const e=Array.from(t.addedNodes);if(!e.length)return;const n=e.filter((e=>e.querySelector(".eosnotify-snooze-btn")));if(!n.length)return;o.disconnect(),n[0].querySelector(".eosnotify-snooze-btn").addEventListener("click",(()=>fetch(url,{headers:{"X-CSRF-Token":Joomla.getOptions("csrf.token")||""}}).then((e=>{e.ok&&n[0].closest("joomla-alert").close()}))))}}const observer=new MutationObserver(onMutatedMessagesContainer);observer.observe(document.querySelector("#system-message-container"),{attributes:!1,childList:!0,subtree:!0});