1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 04:17:35 +00:00

Meta: serenityos.org: Fix javascript error in the 2nd anniversary page.

The error as seen from chromium's devtools:

    Uncaught ReferenceError: I is not defined
        at (index):455
This commit is contained in:
Emanuele Torre 2021-03-07 21:46:00 +01:00 committed by Andreas Kling
parent 0dfbc2c702
commit b7de2046e6

View file

@ -452,7 +452,7 @@
for (iframe of document.getElementsByTagName("iframe")) {
iframe.setAttribute("src", iframe.getAttribute("data-src"));
}
} I
}
</script>
</body>
</html>