diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2014-04-07 21:42:30 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2014-04-07 21:42:30 +0200 |
| commit | 91a1c3af901f51d79751b733e48e8bcddc81d263 (patch) | |
| tree | eb3ee4d1e89ea7779ddfde365e1da7758292feb8 /phpBB/adm/style/acp_modules.html | |
| parent | 966a2b4892762f3a1f032089d0b01c97a1d1c2e1 (diff) | |
| download | forums-91a1c3af901f51d79751b733e48e8bcddc81d263.tar forums-91a1c3af901f51d79751b733e48e8bcddc81d263.tar.gz forums-91a1c3af901f51d79751b733e48e8bcddc81d263.tar.bz2 forums-91a1c3af901f51d79751b733e48e8bcddc81d263.tar.xz forums-91a1c3af901f51d79751b733e48e8bcddc81d263.zip | |
[ticket/12372] Rename JS function dE() to phpbb.toggleDisplay()
PHPBB3-12372
Diffstat (limited to 'phpBB/adm/style/acp_modules.html')
| -rw-r--r-- | phpBB/adm/style/acp_modules.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_modules.html b/phpBB/adm/style/acp_modules.html index c7688a610c..3c97706e6a 100644 --- a/phpBB/adm/style/acp_modules.html +++ b/phpBB/adm/style/acp_modules.html @@ -10,11 +10,11 @@ { if (value == 'category') { - dE('modoptions', -1); + phpbb.toggleDisplay('modoptions', -1); } else { - dE('modoptions', 1); + phpbb.toggleDisplay('modoptions', 1); } } |
