mirror of
https://github.com/friendica/friendica
synced 2024-11-18 12:23:41 +00:00
frio - append tabbar to nav only if it's a direct child of section
This commit is contained in:
parent
c12850250d
commit
7f1acdb8e9
1 changed files with 1 additions and 3 deletions
|
@ -40,9 +40,7 @@ $(document).ready(function(){
|
|||
$(".field.select > select, .field.custom > select").addClass("form-control");
|
||||
|
||||
// move the tabbar to the second nav bar
|
||||
if( $("ul.tabbar").length ) {
|
||||
$("ul.tabbar").appendTo("#topbar-second > .container > #tabmenu");
|
||||
}
|
||||
$("section ul.tabbar").first().appendTo("#topbar-second > .container > #tabmenu");
|
||||
|
||||
// add mask css url to the logo-img container
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue