From 378b2dfa96fb3295c47a1d7ae0ed985291da5a6c Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sun, 15 Sep 2013 18:05:54 +0300 Subject: [ticket/11552] Responsive minitabs PHPBB3-11552 --- phpBB/styles/prosilver/template/forum_fn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template') diff --git a/phpBB/styles/prosilver/template/forum_fn.js b/phpBB/styles/prosilver/template/forum_fn.js index 4496b200fc..b22f33daf3 100644 --- a/phpBB/styles/prosilver/template/forum_fn.js +++ b/phpBB/styles/prosilver/template/forum_fn.js @@ -610,7 +610,7 @@ function insert_single_user(formId, user) }); // Responsive tabs - $('#tabs').not('.skip-responsive').each(function() { + $('#tabs, #minitabs').not('.skip-responsive').each(function() { var $this = $(this), $body = $('body'), ul = $this.children(), -- cgit v1.2.1