scrollToCurrent: function()

in public/js/learn.js [329:333]


            scrollToCurrent: function (e) {
                if (this.scrollIfAnchor(window.location.hash) && e) {
                    e.preventDefault();
                }
            },