mirror of
https://github.com/requarks/wiki.git
synced 2025-02-25 18:55:30 -06:00
9 lines
105 B
JavaScript
9 lines
105 B
JavaScript
|
"use strict";
|
||
|
|
||
|
jQuery( document ).ready(function( $ ) {
|
||
|
|
||
|
$('a').smoothScroll({
|
||
|
speed: 'auto'
|
||
|
});
|
||
|
|
||
|
});
|