projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c43e417
)
Deprecating WCF.UserPanel in favor of WCF.User.Panel.Interactive
author
Alexander Ebert
<ebert@woltlab.com>
Sun, 14 Dec 2014 01:46:18 +0000
(
02:46
+0100)
committer
Alexander Ebert
<ebert@woltlab.com>
Sun, 14 Dec 2014 01:46:18 +0000
(
02:46
+0100)
wcfsetup/install/files/js/WCF.js
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/js/WCF.js
b/wcfsetup/install/files/js/WCF.js
index 9232769c5323017dbdb844d08e5e88d343e1c138..c6b3b060afaa364780bde87abf5c413af3571658 100755
(executable)
--- 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({