From: Alexander Ebert Date: Mon, 1 Jun 2015 16:38:22 +0000 (+0200) Subject: Updated ACP JavaScript to be somewhat similar, still not finished X-Git-Tag: 3.0.0_Beta_1~2290 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=df844448c4a2de1136c046e03ed00ea8ba337de3;p=GitHub%2FWoltLab%2FWCF.git Updated ACP JavaScript to be somewhat similar, still not finished --- diff --git a/wcfsetup/install/files/acp/templates/header.tpl b/wcfsetup/install/files/acp/templates/header.tpl index 94f4133ca1..cae38fe70c 100644 --- a/wcfsetup/install/files/acp/templates/header.tpl +++ b/wcfsetup/install/files/acp/templates/header.tpl @@ -10,15 +10,13 @@ {@$__wcf->getStyleHandler()->getStylesheet(true)} {event name='stylesheets'} - @@ -31,9 +29,7 @@ {event name='javascriptInclude'} @@ -46,16 +42,11 @@ baseUrl: '{@$__wcf->getPath()}js' }); - define('jquery', [], function() { return window.jQuery; }); - $.holdReady(true); - require(['WoltLab/WCF/Bootstrap'], function(bootstrap) { - bootstrap.setup(); - });