Fix Setup (remove double ajax calls)

This commit is contained in:
Eric
2020-12-28 11:23:21 +01:00
parent 9be3ff3cca
commit f01bec4003

View File

@@ -216,20 +216,6 @@ EOF
$this->add("</select>");
}
/**
* 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