From: Alexander Ebert Date: Mon, 4 May 2015 12:56:36 +0000 (+0200) Subject: Fixed ACP X-Git-Tag: 3.0.0_Beta_1~2413 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=71c93c407f24d908c468b6132ddd1fd4ee79a699;p=GitHub%2FWoltLab%2FWCF.git Fixed ACP --- diff --git a/wcfsetup/install/files/acp/templates/header.tpl b/wcfsetup/install/files/acp/templates/header.tpl index 1c0026f89e..3c91d78aeb 100644 --- a/wcfsetup/install/files/acp/templates/header.tpl +++ b/wcfsetup/install/files/acp/templates/header.tpl @@ -28,6 +28,8 @@ + + + diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Bootstrap.js b/wcfsetup/install/files/js/WoltLab/WCF/Bootstrap.js index 01f91db5dc..25fb9c7b4a 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Bootstrap.js +++ b/wcfsetup/install/files/js/WoltLab/WCF/Bootstrap.js @@ -30,7 +30,7 @@ define( simpleDropdown.setup(); uiMobile.setup(); TabMenu.setup(); - FlexibleMenu.setup(); + UIFlexibleMenu.setup(); $.holdReady(false); }