{"version":3,"sources":["webpack:///./app/javascript/entrypoints/error.ts"],"names":["ready","image","document","querySelector","addEventListener","src","catch","e","console","error"],"mappings":"6FAAA,0BAGAA,aAAM,KACJ,MAAMC,EAAQC,SAASC,cAAgC,OAElDF,IAELA,EAAMG,iBAAiB,cAAc,KACnCH,EAAMI,IAAM,WAAW,IAGzBJ,EAAMG,iBAAiB,cAAc,KACnCH,EAAMI,IAAM,WAAW,IACvB,IACDC,OAAOC,IACRC,QAAQC,MAAMF,EAAE,G","file":"js/error-36f7e5bd2fe2209c2f10.chunk.js","sourcesContent":["import './public-path';\nimport ready from '../mastodon/ready';\n\nready(() => {\n const image = document.querySelector<HTMLImageElement>('img');\n\n if (!image) return;\n\n image.addEventListener('mouseenter', () => {\n image.src = '/oops.gif';\n });\n\n image.addEventListener('mouseleave', () => {\n image.src = '/oops.png';\n });\n}).catch((e: unknown) => {\n console.error(e);\n});\n"],"sourceRoot":""}