From 71c93c407f24d908c468b6132ddd1fd4ee79a699 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 4 May 2015 14:56:36 +0200 Subject: [PATCH] Fixed ACP --- .../install/files/acp/templates/header.tpl | 146 ++++++++++-------- .../install/files/js/WoltLab/WCF/Bootstrap.js | 2 +- 2 files changed, 82 insertions(+), 66 deletions(-) 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); } -- 2.20.1