mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
[ticket/11552] Responsive minitabs
PHPBB3-11552
This commit is contained in:
@@ -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(),
|
||||
|
Reference in New Issue
Block a user