add back-end support for asciidoc and rst #40
This commit is contained in:
@@ -6,6 +6,8 @@ $(document).on('ready pjax:success', function() {
|
||||
// Update the title
|
||||
document.title = document.getElementById('site-title').innerHTML;
|
||||
|
||||
//TODO: navbar titles changing effect when changing page
|
||||
|
||||
// Auto Grow Textarea
|
||||
function autoGrow(element) {
|
||||
this.style.height = "5px";
|
||||
|
||||
Reference in New Issue
Block a user