* Fix doc bug.

This commit is contained in:
孙广明
2022-06-01 15:05:43 +08:00
parent cbad6ae17c
commit 358ff4bd2f
2 changed files with 2 additions and 2 deletions

View File

@@ -8,8 +8,6 @@ $(function()
})
$('.menu-actions > a').blur(function() {$(this).css('background', 'none');})
$('#content .table-row .markdown-print a').attr('target', '_blank');
})
/**

View File

@@ -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;?>