diff --git a/lib/conf.d/minifyGroupsConfig.php b/lib/conf.d/minifyGroupsConfig.php index 2d22960856..ab02360b18 100644 --- a/lib/conf.d/minifyGroupsConfig.php +++ b/lib/conf.d/minifyGroupsConfig.php @@ -13,6 +13,7 @@ $groups = [ '//include/jslibs/jquery.contextmenu_scroll.js', '//assets/jquery.cookie/jquery.cookie.js', '//include/jquery.common.js', + '//assets/requirejs/require.js', '//skins/account/account.js' ], 'authentication_css' => [ diff --git a/templates/web/account/account.html.twig b/templates/web/account/account.html.twig index 2bbd6e7b59..91c385d821 100644 --- a/templates/web/account/account.html.twig +++ b/templates/web/account/account.html.twig @@ -11,19 +11,41 @@ {% block javascript %} {{ parent() }} - {% endblock %} diff --git a/templates/web/admin/editusers.html.twig b/templates/web/admin/editusers.html.twig index 50e45fcb87..d4c7020745 100644 --- a/templates/web/admin/editusers.html.twig +++ b/templates/web/admin/editusers.html.twig @@ -559,33 +559,37 @@ - diff --git a/templates/web/common/dialog_export.html.twig b/templates/web/common/dialog_export.html.twig index e976b9728c..1e1740dca5 100644 --- a/templates/web/common/dialog_export.html.twig +++ b/templates/web/common/dialog_export.html.twig @@ -506,7 +506,6 @@ {% endif %} -