mirror of
https://github.com/hacks-guide/minimal-mistakes.git
synced 2024-11-23 16:59:41 +00:00
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()
|
||||
}
|
||||
};
|
||||
|
||||
@ -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 New Issue
Block a user