From: toyomoyo Date: Mon, 19 Jun 2006 03:30:08 +0000 (+0000) Subject: merged, gives IE a bit more time to print X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6c525f490d7380caf936443d243a9042c26eb6f4;p=moodle.git merged, gives IE a bit more time to print --- diff --git a/blog/edit.php b/blog/edit.php index 01bc0c41ce..31c7256a2e 100755 --- a/blog/edit.php +++ b/blog/edit.php @@ -137,16 +137,6 @@ print_simple_box_start("center"); require('edit.html'); print_simple_box_end(); - // Janne comment: Let's move this in here - // so IE gets more time to load the - // Page. - if ($usehtmleditor) { - // Janne comment: there are two text fields in form - // so lets try to replace them both with - // HTMLArea editors - use_html_editor(); - } - include($CFG->dirroot .'/blog/footer.php'); diff --git a/blog/footer.php b/blog/footer.php index 8ae25f8d1e..f74356f933 100644 --- a/blog/footer.php +++ b/blog/footer.php @@ -21,6 +21,17 @@ if (blocks_have_content($pageblocks, BLOCK_POS_RIGHT) || $editing) { id)) { print_footer($course); } else {