Difference between revisions of "Template:Paris Saclay"

m
m
Line 24: Line 24:
 
       ga('create', 'UA-53584466-4', 'auto');
 
       ga('create', 'UA-53584466-4', 'auto');
 
       ga('send', 'pageview');
 
       ga('send', 'pageview');
    </script>
 
 
    <!-- Menu -->
 
    <script>
 
    /*$(document).ready(function(){
 
        var nav = $("#toc");
 
        $(window).scroll(function () {
 
            if ($(this).scrollTop() > 40) {
 
                nav.addClass("fixedmenups");
 
            } else {
 
                nav.removeClass("fixedmenups");
 
            }
 
        });
 
    });*/
 
 
     </script>
 
     </script>
  
Line 54: Line 40:
 
     $('#toc').affix({
 
     $('#toc').affix({
 
         offset: {
 
         offset: {
             top: 40,
+
             top: 40
            bottom: function () {return (this.bottom = $('.footer').outerHeight(true))}
+
 
         }
 
         }
 
     })
 
     })

Revision as of 16:41, 16 July 2016