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