mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:57:45 +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:
parent
0dfbc2c702
commit
b7de2046e6
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@
|
||||||
for (iframe of document.getElementsByTagName("iframe")) {
|
for (iframe of document.getElementsByTagName("iframe")) {
|
||||||
iframe.setAttribute("src", iframe.getAttribute("data-src"));
|
iframe.setAttribute("src", iframe.getAttribute("data-src"));
|
||||||
}
|
}
|
||||||
} I
|
}
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue