{"version":3,"file":"authors-for-quote.js","mappings":"CACU,WACF,IAAIA,EAAsBC,SAASC,uBAAuB,mBACtDC,EAAUF,SAASC,uBAAuB,cAC9C,GAAIF,GAAuBA,EAAoBI,OAAS,GAAKD,GAAWA,EAAQC,OAAS,EACrF,IAAK,IAAIC,EAAI,EAAGA,EAAIL,EAAoBI,OAAQC,IACxCF,EAAQE,KACRL,EAAoBK,GAAGC,UAAYH,EAAQE,GAAGC,UAC9CN,EAAoBK,GAAGE,MAAMC,QAAU,kBAG9C,CAGbC","sources":["webpack://frontend-starter/./src/scripts/authors-for-quote.js"],"sourcesContent":["const initAuthorsForQuote = {\r\n init: function() {\r\n let quoteAuthorElements = document.getElementsByClassName('js-quote-author');\r\n var authors = document.getElementsByClassName('js-authors');\r\n if (quoteAuthorElements && quoteAuthorElements.length > 0 && authors && authors.length > 0) {\r\n for (var i = 0; i < quoteAuthorElements.length; i++) {\r\n if (authors[i]) {\r\n quoteAuthorElements[i].innerHTML = authors[i].innerHTML;\r\n quoteAuthorElements[i].style.display = \"flex !important\";\r\n }\r\n }\r\n } }\r\n}\r\n\r\ninitAuthorsForQuote.init();"],"names":["quoteAuthorElements","document","getElementsByClassName","authors","length","i","innerHTML","style","display","initAuthorsForQuote"],"sourceRoot":""}