* Fix doc bug.
This commit is contained in:
@@ -8,8 +8,6 @@ $(function()
|
||||
})
|
||||
|
||||
$('.menu-actions > a').blur(function() {$(this).css('background', 'none');})
|
||||
|
||||
$('#content .table-row .markdown-print a').attr('target', '_blank');
|
||||
})
|
||||
|
||||
/**
|
||||
|
||||
@@ -297,6 +297,8 @@ $(function()
|
||||
var simplemde = new SimpleMDE({element: $("#markdownContent")[0],toolbar:false, status: false});
|
||||
simplemde.value(markdownText);
|
||||
simplemde.togglePreview();
|
||||
|
||||
$('#content .CodeMirror .editor-preview a').attr('target', '_blank');
|
||||
})
|
||||
</script>
|
||||
<?php endif;?>
|
||||
|
||||
Reference in New Issue
Block a user