diff options
Diffstat (limited to 'docs/template.html')
| -rw-r--r-- | docs/template.html | 9 | 
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/template.html b/docs/template.html index 629481ac..5e755f83 100644 --- a/docs/template.html +++ b/docs/template.html @@ -143,10 +143,11 @@ margin-top: 5px;      <script src="{{ base_url }}/js/jquery.js"></script>      <script src="{{ base_url }}/js/bootstrap-dropdown.js"></script>      <script src="{{ base_url }}/js/bootstrap-scrollspy.js"></script> +    <script src="{{ base_url }}/js/bootstrap-collapse.js"></script>      <script> -    //$('.side-nav').scrollspy() -    var shiftWindow = function() { scrollBy(0, -50) }; -    if (location.hash) shiftWindow(); -    window.addEventListener("hashchange", shiftWindow); +      //$('.side-nav').scrollspy() +      var shiftWindow = function() { scrollBy(0, -50) }; +      if (location.hash) shiftWindow(); +      window.addEventListener("hashchange", shiftWindow);      </script>  </body></html>
\ No newline at end of file  | 
