mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 20:10:18 +02:00
[ticket/12372] Rename JS function dE() to phpbb.toggleDisplay()
PHPBB3-12372
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
Reference in New Issue
Block a user