directory page: js adds search-headding to the second nav bar
This commit is contained in:
parent
651a177adb
commit
4c32045f68
|
@ -53,6 +53,11 @@ $(document).ready(function(){
|
||||||
if( $("#jot-popup").is(":hidden")) $("#topbar-second > .container > #navbar-button #jotOpen").hide();
|
if( $("#jot-popup").is(":hidden")) $("#topbar-second > .container > #navbar-button #jotOpen").hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// add search-headding to the scecond navbar
|
||||||
|
if( $(".search-headding")) {
|
||||||
|
$(".search-headding").appendTo("#topbar-second > .container > #tabmenu");
|
||||||
|
}
|
||||||
|
|
||||||
// initialize the bootstrap tooltips
|
// initialize the bootstrap tooltips
|
||||||
$('[data-toggle="tooltip"]').tooltip({
|
$('[data-toggle="tooltip"]').tooltip({
|
||||||
animation: true,
|
animation: true,
|
||||||
|
|
Loading…
Reference in a new issue