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/install_update.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/install_update.html')
-rw-r--r-- | phpBB/adm/style/install_update.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/install_update.html b/phpBB/adm/style/install_update.html index d746226753..f0df138641 100644 --- a/phpBB/adm/style/install_update.html +++ b/phpBB/adm/style/install_update.html @@ -224,7 +224,7 @@ <!-- IF .not_modified --> <h2>{L_FILES_NOT_MODIFIED}</h2> - <div style="float: {S_CONTENT_FLOW_END};">» <a href="#" onclick="dE('not_modified', 0); return false;">{L_TOGGLE_DISPLAY}</a></div> + <div style="float: {S_CONTENT_FLOW_END};">» <a href="#" onclick="phpbb.toggleDisplay('not_modified', 0); return false;">{L_TOGGLE_DISPLAY}</a></div> <p>{L_FILES_NOT_MODIFIED_EXPLAIN}</p> <fieldset id="not_modified" style="display: none;"> |