1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-17 04:51:35 +02:00

[ticket/12155] Keep the selection method consistent with the one below it.

PHPBB3-12155
This commit is contained in:
Cesar G 2014-05-17 07:31:45 -07:00
parent c521fc2a4e
commit c0c42dec24

View File

@ -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;