-{include file='header' templateName='packageInstallationSetup' templateNameApplication='wcf'}
+{include file='header' templateName='packageInstallationSetup' templateNameApplication='wcf' __disableLoginLink=true __disableAds=true}
+<style>
+ #pageHeaderPanel,
+ #pageFooter {
+ pointer-events: none !important;
+ }
+</style>
<script data-relocate="true">
$(function() {
WCF.Language.add('wcf.acp.package.install.title', '{lang}wcf.acp.package.install.title{/lang}');
* @param {string} buttonSelector CSS selector for toggle button
*/
init: function(eventIdentifier, elementId, buttonSelector) {
+ if (elData(document.body, 'template') === 'packageInstallationSetup') {
+ // work-around for WCFSetup on mobile
+ return;
+ }
+
this._activeList = [];
this._depth = 0;
this._enabled = true;