Fixed disappearing menu.
This commit is contained in:
parent
5267be3bf1
commit
9bd96ec92f
1 changed files with 3 additions and 1 deletions
|
@ -16,9 +16,11 @@ $(document).ready(function(){
|
||||||
// fix
|
// fix
|
||||||
Stickyfill.rebuild();
|
Stickyfill.rebuild();
|
||||||
Stickyfill.init();
|
Stickyfill.init();
|
||||||
|
$(".author__urls").show()
|
||||||
} else {
|
} else {
|
||||||
// unfix
|
// unfix
|
||||||
Stickyfill.stop();
|
Stickyfill.stop();
|
||||||
|
$(".author__urls").hide()
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue