From c0c42dec24d3ee8f80fc49c880250d6e02d76ebc Mon Sep 17 00:00:00 2001 From: Cesar G Date: Sat, 17 May 2014 07:31:45 -0700 Subject: [PATCH] [ticket/12155] Keep the selection method consistent with the one below it. PHPBB3-12155 --- phpBB/styles/prosilver/template/forum_fn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/template/forum_fn.js b/phpBB/styles/prosilver/template/forum_fn.js index 8ca8d82cae..a4ede51f4b 100644 --- a/phpBB/styles/prosilver/template/forum_fn.js +++ b/phpBB/styles/prosilver/template/forum_fn.js @@ -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(''); } copied = true;