$()

in themes/docsy/assets/js/active.js [18:21]


    $('.link-type').on('click', function () {
      var hash = $(this).attr('href')
      scrollTop(hash, 120);
    })