* Fix bug #41966.
This commit is contained in:
@@ -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')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user