Reset also page header/footer on "dummy frames" - to prevent js error e.g. if some script depends on jQuery

pull/201/head
Aleksander Machniak 10 years ago
parent c6447e2ce2
commit ef51ae6d19

@ -430,6 +430,8 @@ EOF;
if ($framed) {
$this->scripts = array();
$this->script_files = array();
$this->header = '';
$this->footer = '';
}
// write all javascript commands

Loading…
Cancel
Save