mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12155] Keep the selection method consistent with the one below it.
PHPBB3-12155
This commit is contained in:
@@ -771,7 +771,7 @@ function parse_document(container)
|
||||
menu.find('.inputbox').parents('li:first').css('white-space', 'normal');
|
||||
|
||||
if ($this.hasClass('post-buttons')) {
|
||||
menu.find('.button').removeClass('button icon-button');
|
||||
$('.button', menu).removeClass('button icon-button');
|
||||
$('.responsive-menu-link', item).addClass('button icon-button').prepend('<span></span>');
|
||||
}
|
||||
copied = true;
|
||||
|
Reference in New Issue
Block a user