mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 21:54:00 +02:00
[ticket/12372] Rename JS function dE() to phpbb.toggleDisplay()
PHPBB3-12372
This commit is contained in:
@@ -10,11 +10,11 @@
|
||||
{
|
||||
if (value == 'category')
|
||||
{
|
||||
dE('modoptions', -1);
|
||||
phpbb.toggleDisplay('modoptions', -1);
|
||||
}
|
||||
else
|
||||
{
|
||||
dE('modoptions', 1);
|
||||
phpbb.toggleDisplay('modoptions', 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user