mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 19:24:01 +02:00
[ticket/11979] Fix errors in dropdown
PHPBB3-11979
This commit is contained in:
@@ -460,8 +460,8 @@ function parse_document(container)
|
||||
|
||||
if ($this.hasClass('dropdown-up')) options.verticalDirection = 'up';
|
||||
if ($this.hasClass('dropdown-down')) options.verticalDirection = 'down';
|
||||
if ($this.hasClass('dropdown-left')) options.verticalDirection = 'left';
|
||||
if ($this.hasClass('dropdown-right')) options.verticalDirection = 'right';
|
||||
if ($this.hasClass('dropdown-left')) options.direction = 'left';
|
||||
if ($this.hasClass('dropdown-right')) options.direction = 'right';
|
||||
|
||||
phpbb.registerDropdown(trigger, contents, options);
|
||||
});
|
||||
|
Reference in New Issue
Block a user