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
|
||||
Stickyfill.rebuild();
|
||||
Stickyfill.init();
|
||||
$(".author__urls").show()
|
||||
} else {
|
||||
// unfix
|
||||
Stickyfill.stop();
|
||||
$(".author__urls").hide()
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -73,4 +75,4 @@ $(document).ready(function(){
|
|||
midClick: true // allow opening popup on middle mouse click. Always set it to true if you don't provide alternative source.
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue