hugo-theme-introduction/assets/js
Etienne Membrives 826b4c2c9f Fix smooth scrolling for footnotes (#103)
Footnotes are using a fragment format with a colon inside ("#fn:1" for
example). However, ":" is a special character for jQuery
(http://api.jquery.com/category/selectors/), thus the target anchor is
never found and the scrolling does not happen.

This change selects the right target element using vanilla Javascript to
bypass special characters that could be in the fragment part.
2018-11-13 11:03:07 +01:00
..
index.js Fix smooth scrolling for footnotes (#103) 2018-11-13 11:03:07 +01:00
initMoment.js Use doublequotes when possible 2018-07-29 09:21:19 +02:00
initOwlCarousel.js Add owlCarousel to homepage modal 2018-07-19 15:33:29 +02:00