diff options
Diffstat (limited to 'phpBB/assets/javascript')
-rw-r--r-- | phpBB/assets/javascript/core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/assets/javascript/core.js b/phpBB/assets/javascript/core.js index ccb031de24..9f89125a18 100644 --- a/phpBB/assets/javascript/core.js +++ b/phpBB/assets/javascript/core.js @@ -1070,7 +1070,7 @@ phpbb.registerPalette = function(el) { * @param string type Display type that should be used, e.g. inline, block or * other CSS "display" types */ -function dE(id, action, type) { +phpbb.toggleDisplay = function(id, action, type) { if (!type) { type = 'block'; } |