N°2772 - Revert the loading of JS Dict in setup pages

This commit is contained in:
Eric
2020-02-21 17:15:12 +01:00
parent 87e22163d7
commit 096c3a3f13

View File

@@ -33,7 +33,6 @@ class SetupPage extends NiceWebPage
public function __construct($sTitle)
{
parent::__construct($sTitle);
$this->bAddJSDict = false;
$this->add_linked_script("../js/jquery.blockUI.js");
$this->add_linked_script("../setup/setup.js");
$this->add_saas("css/setup.scss");