1
0
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:
Marc Alexander
2014-04-07 21:42:30 +02:00
parent 966a2b4892
commit 91a1c3af90
13 changed files with 49 additions and 49 deletions

View File

@@ -10,11 +10,11 @@
{
if (value == 'category')
{
dE('modoptions', -1);
phpbb.toggleDisplay('modoptions', -1);
}
else
{
dE('modoptions', 1);
phpbb.toggleDisplay('modoptions', 1);
}
}