diff options
author | Cesar G <prototech91@gmail.com> | 2014-05-17 07:31:45 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-05-27 07:17:47 -0700 |
commit | c0c42dec24d3ee8f80fc49c880250d6e02d76ebc (patch) | |
tree | e2ad0da2ebd9a6bd795b1673ce7bcf777fda18a7 | |
parent | c521fc2a4e3a258fafb6018c3259447cb64a4ca6 (diff) | |
download | forums-c0c42dec24d3ee8f80fc49c880250d6e02d76ebc.tar forums-c0c42dec24d3ee8f80fc49c880250d6e02d76ebc.tar.gz forums-c0c42dec24d3ee8f80fc49c880250d6e02d76ebc.tar.bz2 forums-c0c42dec24d3ee8f80fc49c880250d6e02d76ebc.tar.xz forums-c0c42dec24d3ee8f80fc49c880250d6e02d76ebc.zip |
[ticket/12155] Keep the selection method consistent with the one below it.
PHPBB3-12155
-rw-r--r-- | phpBB/styles/prosilver/template/forum_fn.js | 2 |
1 files changed, 1 insertions, 1 deletions
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('<span></span>'); } copied = true; |