Difference between revisions of "Template:Groningen"

Line 1,028: Line 1,028:
 
         setTimeout(function(){
 
         setTimeout(function(){
 
             $('html, body').scrollTop(0).show();
 
             $('html, body').scrollTop(0).show();
            $("body").scrollspy({target: "#myScrollspy", offset:100});
+
          // $("body").scrollspy({target: "#myScrollspy", offset:100});
 
             jump();
 
             jump();
 
         }, 0);
 
         }, 0);
 
     }else{
 
     }else{
 
         $('html, body').show();
 
         $('html, body').show();
         $("body").scrollspy({target: "#myScrollspy", offset:100});
+
         //$("body").scrollspy({target: "#myScrollspy", offset:100});
 
     }
 
     }
 
});
 
});

Revision as of 19:23, 31 October 2017