mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
docs: Fix indentation of inlined JavaScript snippet
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
ffb7954f88
commit
2f06f433ad
@ -103,7 +103,7 @@
|
||||
<xsl:comment>
|
||||
<![CDATA[
|
||||
function init() {
|
||||
window.addEventListener('scroll', function(e){
|
||||
window.addEventListener('scroll', function(e){
|
||||
var distanceY = window.pageYOffset || document.documentElement.scrollTop,
|
||||
shrinkOn = 94
|
||||
home = document.getElementById("home");
|
||||
@ -125,7 +125,7 @@
|
||||
search.className = ""
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
window.onload = init();
|
||||
]]>
|
||||
|
Loading…
x
Reference in New Issue
Block a user