wikijs-fork/client/js/app.js

9 lines
105 B
JavaScript
Raw Normal View History

"use strict";
jQuery( document ).ready(function( $ ) {
$('a').smoothScroll({
speed: 'auto'
});
});