Fixed disappearing menu.
This commit is contained in:
parent
5267be3bf1
commit
9bd96ec92f
@ -16,9 +16,11 @@ $(document).ready(function(){
|
||||
// fix
|
||||
Stickyfill.rebuild();
|
||||
Stickyfill.init();
|
||||
$(".author__urls").show()
|
||||
} else {
|
||||
// unfix
|
||||
Stickyfill.stop();
|
||||
$(".author__urls").hide()
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user