mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12372] Rename JS function dE() to phpbb.toggleDisplay()
PHPBB3-12372
This commit is contained in:
@@ -86,11 +86,11 @@
|
||||
{
|
||||
if (option != 'banuser' && option != 'banemail' && option != 'banip')
|
||||
{
|
||||
dE('reasons', -1);
|
||||
phpbb.toggleDisplay('reasons', -1);
|
||||
return;
|
||||
}
|
||||
|
||||
dE('reasons', 1);
|
||||
phpbb.toggleDisplay('reasons', 1);
|
||||
|
||||
element = document.getElementById('user_quick_tools').ban_reason;
|
||||
|
||||
|
Reference in New Issue
Block a user