Skip to content

Commit cf814b1

Browse files
committed
Don't lazy-load storage-change-detection
Lazy loading combined with display:none results in it never actually getting loaded
1 parent 276ecce commit cf814b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/rustdoc/body.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<script async src="/-/static/menu.js?{{ docsrs_version() | slugify }}"></script>
22
<script async src="/-/static/index.js?{{ docsrs_version() | slugify }}"></script>
33
{# see comment in ../storage-change-detection.html for details #}
4-
<iframe loading="lazy" src="/-/storage-change-detection.html" width="0" height="0" style="display: none"></iframe>
4+
<iframe src="/-/storage-change-detection.html" width="0" height="0" style="display: none"></iframe>

0 commit comments

Comments
 (0)