From: Matthias Schmidt Date: Sun, 6 Jan 2019 10:44:56 +0000 (+0100) Subject: Adjust ad location handler to updated page selection interface X-Git-Tag: 5.2.0_Alpha_1~369 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1c2e3dd952c968d8d6ee3eadae8c5b13dca1485c;p=GitHub%2FWoltLab%2FWCF.git Adjust ad location handler to updated page selection interface See #2683 --- diff --git a/wcfsetup/install/files/acp/js/WCF.ACP.js b/wcfsetup/install/files/acp/js/WCF.ACP.js index cc35dd1fd1..630a5bc831 100644 --- a/wcfsetup/install/files/acp/js/WCF.ACP.js +++ b/wcfsetup/install/files/acp/js/WCF.ACP.js @@ -2467,7 +2467,8 @@ WCF.ACP.Ad.LocationHandler = Class.extend({ var dl = $(this._pageInputs[0]).parents('dl:eq(0)'); - // hide the page controller element + // hide the page controller elements + dl.prev('dl').hide(); dl.hide(); var section = dl.parent('section');