]>
cat aescling's git repositories - mastodon.git/blob - app/javascript/packs/error.js
1 import ready
from '../mastodon/ready';
4 const image
= document
.querySelector('img');
6 image
.addEventListener('mouseenter', () => {
7 image
.src
= '/oops.gif';
10 image
.addEventListener('mouseleave', () => {
11 image
.src
= '/oops.png';
This page took 0.08051 seconds and 4 git commands to generate.