From 611bfec845fba517504f186d7c97dc6c559f8f7d Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 14 Dec 2014 02:46:18 +0100 Subject: [PATCH] Deprecating WCF.UserPanel in favor of WCF.User.Panel.Interactive --- wcfsetup/install/files/js/WCF.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 9232769c53..c6b3b060af 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -10737,6 +10737,8 @@ WCF.Style.Chooser = Class.extend({ /** * Converts static user panel items into interactive dropdowns. * + * @deprecated 2.1 - Please use WCF.User.Panel.Interactive instead + * * @param string containerID */ WCF.UserPanel = Class.extend({ -- 2.20.1