This commit is contained in:
chaideqing
2023-12-19 01:11:35 +00:00
parent ebddbce31a
commit 76b2ccf923
+1 -1
View File
@@ -56,7 +56,7 @@ $(function()
$('#status').val('normal');
});
if(docType == 'html' || docType == 'markdown') docType = docContentType;
if(docType == 'html' || docType == 'template') docType = docContentType;
setTimeout(function(){initPage(docType)}, 50);
if(typeof(window.editor) != 'undefined')
{