useless decleration of fn
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending

This commit is contained in:
Mylloon 2023-04-24 16:19:02 +02:00
parent f6dfb9950c
commit a5368db35a
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -1,6 +1,4 @@
window.addEventListener("load", () => main());
const main = () => {
window.addEventListener("load", () => {
for (const item of document.getElementsByTagName("img")) {
// Check if we may need to resize the image
const possible_piece = item.alt.split(/\s?\|\s?/);
@ -36,4 +34,4 @@ const main = () => {
}
}
}
};
});