mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-26 03:08:59 +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
Notes:
sideshowbarker
2024-07-18 21:37:55 +09:00
Author: https://github.com/emanuele6
Commit: b7de2046e6
Pull-request: https://github.com/SerenityOS/serenity/pull/5687
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