Merge branch 'sgm_fixbug' into 'zentaopms_198'

* Fix doc bug.

See merge request easycorp/zentaopms!3687
This commit is contained in:
王怡栋
2022-06-01 07:07:36 +00:00
2 changed files with 2 additions and 2 deletions
-2
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');
})
/**
+2
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;?>