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
commit b7de2046e6
Notes: sideshowbarker 2024-07-18 21:37:55 +09:00

View file

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