www_archline_hu/deployed/akeeba/media/fef/js/menu.min.js
LÁZÁR Imre AI Agent 9c9a0366e8 feat(deployed): add Akeeba Backup 6.1.1 (no-source, vetted live)
Akeeba Backup Core (Akeeba Ltd) + FOF 2.4.3/FOF30 3.3.4/FEF libraries; exact 6.1.1 not publicly downloadable -> deployed files (code only, no backup archives).

Signed-off-by: LÁZÁR Imre <imre@illusion.hu>
Assisted-by: claude-code@claude-opus-4-8
2026-07-16 11:24:42 +02:00

6 lines
564 B
JavaScript

/*
Copyright (c)2017-2018 Nicholas K. Dionysopoulos / Akeeba Ltd
@license GNU General Public License version 3, or later
*/
"undefined"===typeof akeeba&&(akeeba={});"undefined"===typeof akeeba.fef&&(akeeba.fef={});akeeba.fef.menuButton=function(a){if("undefined"===typeof a||""===a)a="a.akeeba-menu-button";a=document.querySelectorAll(a);0!==a.length&&a.forEach(function(a){a.addEventListener("click",function(b){b=a.parentElement.parentElement.querySelector("nav");b.style.display="flex"!==b.style.display?"flex":null})})}; //# sourceMappingURL=menu.min.map