frio - append tabbar to nav only if it's a direct child of section
This commit is contained in:
@@ -40,9 +40,7 @@ $(document).ready(function(){
|
|||||||
$(".field.select > select, .field.custom > select").addClass("form-control");
|
$(".field.select > select, .field.custom > select").addClass("form-control");
|
||||||
|
|
||||||
// move the tabbar to the second nav bar
|
// move the tabbar to the second nav bar
|
||||||
if( $("ul.tabbar").length ) {
|
$("section ul.tabbar").first().appendTo("#topbar-second > .container > #tabmenu");
|
||||||
$("ul.tabbar").appendTo("#topbar-second > .container > #tabmenu");
|
|
||||||
}
|
|
||||||
|
|
||||||
// add mask css url to the logo-img container
|
// add mask css url to the logo-img container
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user