Markdown parsing + tree parsing + content display
This commit is contained in:
9
client/js/app.js
Normal file
9
client/js/app.js
Normal file
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
|
||||
jQuery( document ).ready(function( $ ) {
|
||||
|
||||
$('a').smoothScroll({
|
||||
speed: 'auto'
|
||||
});
|
||||
|
||||
});
|
Reference in New Issue
Block a user