diff --git a/sources/application/WebPage/NiceWebPage.php b/sources/application/WebPage/NiceWebPage.php index 0ca2026441..f35fe9693f 100644 --- a/sources/application/WebPage/NiceWebPage.php +++ b/sources/application/WebPage/NiceWebPage.php @@ -216,20 +216,6 @@ EOF $this->add(""); } - /** - * Outputs (via some echo) the complete HTML page by assembling all its elements - */ - public function output() - { - //$this->set_base($this->m_sRootUrl.'pages/'); - if (count($this->a_ready_scripts)>0) - { - $this->add_script("\$(document).ready(function() {\n".implode("\n", $this->a_ready_scripts)."\n});"); - } - parent::output(); - } - - /** * @inheritDoc * @throws \Exception