fix fullscreen

This commit is contained in:
joyqi
2013-10-25 12:17:40 +08:00
parent 22ef3ed65d
commit 770a75b3a1
5 changed files with 159 additions and 143 deletions
+6 -1
View File
@@ -140,8 +140,13 @@ include 'copyright.php';
include 'common-js.php';
include 'form-js.php';
include 'write-js.php';
include 'file-upload-js.php';
Typecho_Plugin::factory('admin/write-post.php')->trigger($plugged)->richEditor($post);
if (!$plugged) {
include 'editor-js.php';
}
include 'file-upload-js.php';
Typecho_Plugin::factory('admin/write-post.php')->bottom($post);
include 'footer.php';
?>