Signed-off-by: Andrea Bolognani <abolo...@redhat.com>
---
Pushed as trivial.

 docs/page.xsl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/page.xsl b/docs/page.xsl
index 3a64a06c5..c1804eab3 100644
--- a/docs/page.xsl
+++ b/docs/page.xsl
@@ -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();
            ]]>
-- 
2.14.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to