react fixes

This commit is contained in:
2020-06-15 00:00:15 +02:00
parent 95b803a1e4
commit dfc9697ed8
7 changed files with 108 additions and 98 deletions

View File

@@ -15,8 +15,8 @@ class LoginBody extends Body {
public function loadView() {
parent::loadView();
$head = $this->getDocument()->getHead();
$head->loadBootstrap();
$head->loadJQuery();
$head->loadBootstrap();
$head->addJS(Script::CORE);
$head->addCSS(Link::CORE);
$head->addJS(Script::ADMIN);