{"version":3,"file":"j4buttons.min.js","names":["document","addEventListener","elButton","socialLoginButtonelements","querySelectorAll","i","length","e","window","location","currentTarget","dataset","socialurl"],"sources":["j4buttons.js"],"sourcesContent":["/**\n * @package AkeebaSocialLogin\n * @copyright Copyright (c)2016-2025 Nicholas K. Dionysopoulos / Akeeba Ltd\n * @license GNU General Public License version 3, or later\n */\n\n/**\n * Installs click handlers for all SocialLogin buttons under Joomla 4\n */\ndocument.addEventListener('DOMContentLoaded', function () {\n var socialLoginButtonelements = document.querySelectorAll('.akeeba-sociallogin-link-button-j4');\n\n for (var i = 0; i < socialLoginButtonelements.length; i++)\n {\n /** @type {HTMLElement} elButton */\n var elButton = socialLoginButtonelements[i];\n\n elButton.addEventListener('click', function (e) {\n /** @type {MouseEvent} e */\n\n window.location = e.currentTarget.dataset.socialurl;\n });\n }\n});\n\n"],"mappings":"aASAA,QAAQ,CAACC,gBAAgB,CAAC,kBAAkB,CAAE,UAAY,CAGtD,OAGQ,CAAAC,CAAQ,CALZC,CAAyB,CAAGH,QAAQ,CAACI,gBAAgB,CAAC,oCAAoC,CAAC,CAEtFC,CAAC,CAAG,CAAC,CAAEA,CAAC,CAAGF,CAAyB,CAACG,MAAM,CAAED,CAAC,EAAE,CAGjDH,CAAQ,CAAGC,CAAyB,CAACE,CAAC,CAAC,CAE3CH,CAAQ,CAACD,gBAAgB,CAAC,OAAO,CAAE,SAAUM,CAAC,CAAE,CAG5CC,MAAM,CAACC,QAAQ,CAAGF,CAAC,CAACG,aAAa,CAACC,OAAO,CAACC,SAC9C,CAAC,CAET,CAAC,CAAC","ignoreList":[]}