From ef51ae6d193e22e6b7662a632d37479519c5bf97 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 2 Jul 2014 18:20:19 +0200 Subject: Reset also page header/footer on "dummy frames" - to prevent js error e.g. if some script depends on jQuery --- program/include/rcmail_output_html.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/program/include/rcmail_output_html.php b/program/include/rcmail_output_html.php index f5430d95a..705a72ece 100644 --- a/program/include/rcmail_output_html.php +++ b/program/include/rcmail_output_html.php @@ -430,6 +430,8 @@ EOF; if ($framed) { $this->scripts = array(); $this->script_files = array(); + $this->header = ''; + $this->footer = ''; } // write all javascript commands -- cgit v1.2.3