From 1c2e3dd952c968d8d6ee3eadae8c5b13dca1485c Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sun, 6 Jan 2019 11:44:56 +0100 Subject: [PATCH] Adjust ad location handler to updated page selection interface See #2683 --- wcfsetup/install/files/acp/js/WCF.ACP.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'); -- 2.20.1